aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
diff options
context:
space:
mode:
authorOlga Kornievskaia <kolga@netapp.com>2018-10-26 16:16:58 -0400
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2018-12-19 13:52:44 -0500
commit069d5bf5ec2650cfabc4bea9f6d779094a80b400 (patch)
tree0891cf27e1297e8aa442dfe87e758c0143811fac /fs/nfs/internal.h
parentSUNRPC: Remove xprt_connect_status() (diff)
downloadlinux-dev-069d5bf5ec2650cfabc4bea9f6d779094a80b400.tar.xz
linux-dev-069d5bf5ec2650cfabc4bea9f6d779094a80b400.zip
NFSv4: cleanup remove unused nfs4_xdev_fs_type
commit e8f25e6d6d19 "NFS: Remove the NFS v4 xdev mount function" removed the last use of this. Signed-off-by: Olga Kornievskaia <kolga@netapp.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r--fs/nfs/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h
index 8357ff69962f..ecb6d4317ab4 100644
--- a/fs/nfs/internal.h
+++ b/fs/nfs/internal.h
@@ -395,7 +395,6 @@ extern const struct super_operations nfs_sops;
extern struct file_system_type nfs_fs_type;
extern struct file_system_type nfs_xdev_fs_type;
#if IS_ENABLED(CONFIG_NFS_V4)
-extern struct file_system_type nfs4_xdev_fs_type;
extern struct file_system_type nfs4_referral_fs_type;
#endif
bool nfs_auth_info_match(const struct nfs_auth_info *, rpc_authflavor_t);