diff options
Diffstat (limited to 'fs/nfsd/nfs4proc.c')
-rw-r--r-- | fs/nfsd/nfs4proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c index e147dbcb7ef7..61282f8405b5 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c | |||
@@ -1027,6 +1027,7 @@ nfsd4_proc_compound(struct svc_rqst *rqstp, | |||
1027 | resp->rqstp = rqstp; | 1027 | resp->rqstp = rqstp; |
1028 | resp->cstate.minorversion = args->minorversion; | 1028 | resp->cstate.minorversion = args->minorversion; |
1029 | resp->cstate.replay_owner = NULL; | 1029 | resp->cstate.replay_owner = NULL; |
1030 | resp->cstate.session = NULL; | ||
1030 | fh_init(&resp->cstate.current_fh, NFS4_FHSIZE); | 1031 | fh_init(&resp->cstate.current_fh, NFS4_FHSIZE); |
1031 | fh_init(&resp->cstate.save_fh, NFS4_FHSIZE); | 1032 | fh_init(&resp->cstate.save_fh, NFS4_FHSIZE); |
1032 | /* Use the deferral mechanism only for NFSv4.0 compounds */ | 1033 | /* Use the deferral mechanism only for NFSv4.0 compounds */ |