diff options
Diffstat (limited to 'fs/nfs/inode.c')
-rw-r--r-- | fs/nfs/inode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index 648cb1aef3b1..4625479a6b62 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c | |||
@@ -413,7 +413,6 @@ nfs_create_client(struct nfs_server *server, const struct nfs_mount_data *data) | |||
413 | 413 | ||
414 | clnt->cl_intr = 1; | 414 | clnt->cl_intr = 1; |
415 | clnt->cl_softrtry = 1; | 415 | clnt->cl_softrtry = 1; |
416 | clnt->cl_chatty = 1; | ||
417 | 416 | ||
418 | return clnt; | 417 | return clnt; |
419 | 418 | ||
@@ -1838,7 +1837,6 @@ static int nfs4_fill_super(struct super_block *sb, struct nfs4_mount_data *data, | |||
1838 | } | 1837 | } |
1839 | clnt->cl_intr = 1; | 1838 | clnt->cl_intr = 1; |
1840 | clnt->cl_softrtry = 1; | 1839 | clnt->cl_softrtry = 1; |
1841 | clnt->cl_chatty = 1; | ||
1842 | clp->cl_rpcclient = clnt; | 1840 | clp->cl_rpcclient = clnt; |
1843 | memcpy(clp->cl_ipaddr, server->ip_addr, sizeof(clp->cl_ipaddr)); | 1841 | memcpy(clp->cl_ipaddr, server->ip_addr, sizeof(clp->cl_ipaddr)); |
1844 | nfs_idmap_new(clp); | 1842 | nfs_idmap_new(clp); |