Commit 53185f2d authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Anna Schumaker

NFS: remove unused struct 'mnt_fhstatus'

'mnt_fhstatus' has been unused since
commit 065015e5 ("NFS: Remove unused XDR decoder functions").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: default avatarBenjamin Coddington <bcodding@redhat.com>
Signed-off-by: default avatarAnna Schumaker <Anna.Schumaker@Netapp.com>
parent 6258cf25
......@@ -128,11 +128,6 @@ struct mountres {
rpc_authflavor_t *auth_flavors;
};
struct mnt_fhstatus {
u32 status;
struct nfs_fh *fh;
};
/**
* nfs_mount - Obtain an NFS file handle for the given host and path
* @info: pointer to mount request arguments
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment