Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

NFS: remove unused struct 'mnt_fhstatus'

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

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>

authored by

Dr. David Alan Gilbert and committed by
Anna Schumaker
53185f2d 6258cf25

-5
-5
fs/nfs/mount_clnt.c
··· 128 128 rpc_authflavor_t *auth_flavors; 129 129 }; 130 130 131 - struct mnt_fhstatus { 132 - u32 status; 133 - struct nfs_fh *fh; 134 - }; 135 - 136 131 /** 137 132 * nfs_mount - Obtain an NFS file handle for the given host and path 138 133 * @info: pointer to mount request arguments