diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2019-12-10 07:30:58 -0500 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2020-01-15 10:15:16 -0500 |
commit | 82eaed2beef5ce31ecfeb70a33616e6331a51ef2 (patch) | |
tree | b6dd95dd8e3a59f82767c589c27a7ab978126409 /fs/nfs/internal.h | |
parent | a55d3297be587c6baa0242ae0fbb92489e576005 (diff) | |
download | linux-82eaed2beef5ce31ecfeb70a33616e6331a51ef2.tar.gz linux-82eaed2beef5ce31ecfeb70a33616e6331a51ef2.tar.bz2 linux-82eaed2beef5ce31ecfeb70a33616e6331a51ef2.zip |
nfs: merge xdev and remote file_system_type
they are identical now...
Reviewed-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 4a0ba66bc3aa..e338558b7908 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h @@ -388,7 +388,7 @@ extern int nfs_wait_atomic_killable(atomic_t *p, unsigned int mode); /* super.c */ extern const struct super_operations nfs_sops; extern struct file_system_type nfs_fs_type; -extern struct file_system_type nfs_xdev_fs_type; +extern struct file_system_type nfs_prepared_fs_type; #if IS_ENABLED(CONFIG_NFS_V4) extern struct file_system_type nfs4_referral_fs_type; #endif |