NFS: remove unused struct 'mnt_fhstatus'

JIRA: https://issues.redhat.com/browse/RHEL-59704

commit 53185f2df0ea0d2d2d0922ab91055e958efcda41
Author: Dr. David Alan Gilbert <linux@treblig.org>
Date:   Fri May 31 01:00:33 2024 +0100

    NFS: remove unused struct 'mnt_fhstatus'

    'mnt_fhstatus' has been unused since
    commit 065015e5ef ("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>

Signed-off-by: Scott Mayhew <smayhew@redhat.com>
This commit is contained in:
Scott Mayhew 2024-09-23 16:32:45 -04:00
parent d87120fdde
commit a8deb13cbe
1 changed files with 0 additions and 5 deletions

View 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