diff options
author | 2024-05-31 01:00:33 +0100 | |
---|---|---|
committer | 2024-07-08 13:47:24 -0400 | |
commit | 53185f2df0ea0d2d2d0922ab91055e958efcda41 (patch) | |
tree | 326ea7e37ab448325c4123b1986b52e0e129d504 | |
parent | SUNRPC: avoid soft lockup when transmitting UDP to reachable server. (diff) | |
download | wireguard-linux-53185f2df0ea0d2d2d0922ab91055e958efcda41.tar.xz wireguard-linux-53185f2df0ea0d2d2d0922ab91055e958efcda41.zip |
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>
-rw-r--r-- | fs/nfs/mount_clnt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/nfs/mount_clnt.c b/fs/nfs/mount_clnt.c index 68e76b626371..57c9dd700b58 100644 --- a/fs/nfs/mount_clnt.c +++ b/fs/nfs/mount_clnt.c @@ -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 |