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 3fdcca53212a..db208dd8fdca 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c | |||
@@ -910,6 +910,7 @@ nfsd4_proc_compound(struct svc_rqst *rqstp, | |||
910 | resp->tag = args->tag; | 910 | resp->tag = args->tag; |
911 | resp->opcnt = 0; | 911 | resp->opcnt = 0; |
912 | resp->rqstp = rqstp; | 912 | resp->rqstp = rqstp; |
913 | resp->cstate.minorversion = args->minorversion; | ||
913 | resp->cstate.replay_owner = NULL; | 914 | resp->cstate.replay_owner = NULL; |
914 | fh_init(&resp->cstate.current_fh, NFS4_FHSIZE); | 915 | fh_init(&resp->cstate.current_fh, NFS4_FHSIZE); |
915 | fh_init(&resp->cstate.save_fh, NFS4_FHSIZE); | 916 | fh_init(&resp->cstate.save_fh, NFS4_FHSIZE); |