aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/client.c')
-rw-r--r--fs/nfs/client.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/nfs/client.c b/fs/nfs/client.c
index eba0bcc1bab0..e55ad211dbed 100644
--- a/fs/nfs/client.c
+++ b/fs/nfs/client.c
@@ -156,7 +156,9 @@ static struct nfs_client *nfs_alloc_client(const struct nfs_client_initdata *cl_
156 cred = rpc_lookup_machine_cred(); 156 cred = rpc_lookup_machine_cred();
157 if (!IS_ERR(cred)) 157 if (!IS_ERR(cred))
158 clp->cl_machine_cred = cred; 158 clp->cl_machine_cred = cred;
159 159#if defined(CONFIG_NFS_V4_1)
160 INIT_LIST_HEAD(&clp->cl_layouts);
161#endif
160 nfs_fscache_get_client_cookie(clp); 162 nfs_fscache_get_client_cookie(clp);
161 163
162 return clp; 164 return clp;