aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/nfs4proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 4fc5b385f61e..49cf969417c0 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -291,6 +291,7 @@ int _nfs4_call_sync(struct nfs_server *server,
291 struct nfs4_sequence_res *res, 291 struct nfs4_sequence_res *res,
292 int cache_reply) 292 int cache_reply)
293{ 293{
294 args->sa_session = res->sr_session = NULL;
294 return rpc_call_sync(server->client, msg, 0); 295 return rpc_call_sync(server->client, msg, 0);
295} 296}
296 297