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

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
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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