diff options
Diffstat (limited to 'fs/nfs/nfs4client.c')
-rw-r--r-- | fs/nfs/nfs4client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4client.c b/fs/nfs/nfs4client.c index 4cbad5d6b276..daecaa94d7ad 100644 --- a/fs/nfs/nfs4client.c +++ b/fs/nfs/nfs4client.c | |||
@@ -730,7 +730,7 @@ static int nfs4_server_common_setup(struct nfs_server *server, | |||
730 | return -ENOMEM; | 730 | return -ENOMEM; |
731 | 731 | ||
732 | /* We must ensure the session is initialised first */ | 732 | /* We must ensure the session is initialised first */ |
733 | error = nfs4_init_session(server); | 733 | error = nfs4_init_session(server->nfs_client); |
734 | if (error < 0) | 734 | if (error < 0) |
735 | goto out; | 735 | goto out; |
736 | 736 | ||