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/namespace.c | |
parent | a55d3297be587c6baa0242ae0fbb92489e576005 (diff) | |
download | lwn-82eaed2beef5ce31ecfeb70a33616e6331a51ef2.tar.gz lwn-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/namespace.c')
-rw-r--r-- | fs/nfs/namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/namespace.c b/fs/nfs/namespace.c index a00936dd153b..e5f4f2d760af 100644 --- a/fs/nfs/namespace.c +++ b/fs/nfs/namespace.c @@ -257,7 +257,7 @@ struct vfsmount *nfs_do_submount(struct dentry *dentry, struct nfs_fh *fh, if (IS_ERR(devname)) mnt = ERR_CAST(devname); else - mnt = vfs_submount(dentry, &nfs_xdev_fs_type, devname, &mount_info); + mnt = vfs_submount(dentry, &nfs_prepared_fs_type, devname, &mount_info); if (mount_info.server) nfs_free_server(mount_info.server); |