From: Dr. David Alan Gilbert Date: Fri, 31 May 2024 00:00:33 +0000 (+0100) Subject: NFS: remove unused struct 'mnt_fhstatus' X-Git-Tag: v6.11-rc1~121^2~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53185f2df0ea0d2d2d0922ab91055e958efcda41;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Benjamin Coddington Signed-off-by: Anna Schumaker --- diff --git a/fs/nfs/mount_clnt.c b/fs/nfs/mount_clnt.c index 68e76b6263710..57c9dd700b58c 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