NFS: remove unused struct 'mnt_fhstatus'
authorDr. David Alan Gilbert <linux@treblig.org>
Fri, 31 May 2024 00:00:33 +0000 (01:00 +0100)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 8 Jul 2024 17:47:24 +0000 (13:47 -0400)
'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>
fs/nfs/mount_clnt.c

index 68e76b6263710e53f4e96ecf7156de968c9e4e40..57c9dd700b58cdbfbd93f34c65c96cb930e658c3 100644 (file)
@@ -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