aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/super.c')
-rw-r--r--fs/nfs/super.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index 63497345806b..d03ede5b1aca 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -1099,7 +1099,7 @@ static int nfs_clone_nfs_sb(struct file_system_type *fs_type,
1099static struct rpc_clnt *nfs4_create_client(struct nfs_server *server, 1099static struct rpc_clnt *nfs4_create_client(struct nfs_server *server,
1100 struct rpc_timeout *timeparms, int proto, rpc_authflavor_t flavor) 1100 struct rpc_timeout *timeparms, int proto, rpc_authflavor_t flavor)
1101{ 1101{
1102 struct nfs4_client *clp; 1102 struct nfs_client *clp;
1103 struct rpc_xprt *xprt = NULL; 1103 struct rpc_xprt *xprt = NULL;
1104 struct rpc_clnt *clnt = NULL; 1104 struct rpc_clnt *clnt = NULL;
1105 int err = -EIO; 1105 int err = -EIO;
@@ -1416,7 +1416,7 @@ static inline char *nfs4_dup_path(const struct dentry *dentry)
1416static struct super_block *nfs4_clone_sb(struct nfs_server *server, struct nfs_clone_mount *data) 1416static struct super_block *nfs4_clone_sb(struct nfs_server *server, struct nfs_clone_mount *data)
1417{ 1417{
1418 const struct dentry *dentry = data->dentry; 1418 const struct dentry *dentry = data->dentry;
1419 struct nfs4_client *clp = server->nfs4_state; 1419 struct nfs_client *clp = server->nfs4_state;
1420 struct super_block *sb; 1420 struct super_block *sb;
1421 1421
1422 server->fsid = data->fattr->fsid; 1422 server->fsid = data->fattr->fsid;