NFSD: Remove the ex_pathname field from struct svc_export
There are no more users... Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
ed748aacb8
commit
2f1ddda174
2 changed files with 0 additions and 12 deletions
|
@ -96,7 +96,6 @@ struct svc_export {
|
|||
struct auth_domain * ex_client;
|
||||
int ex_flags;
|
||||
struct path ex_path;
|
||||
char *ex_pathname;
|
||||
uid_t ex_anon_uid;
|
||||
gid_t ex_anon_gid;
|
||||
int ex_fsid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue