diff options
| -rw-r--r-- | fs/nfsd/nfs4proc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c index 8fc901acf1d3..f053c5a9ebf1 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c | |||
| @@ -1290,11 +1290,8 @@ nfsd4_proc_compound(struct svc_rqst *rqstp, | |||
| 1290 | xdr_reserve_space(&resp->xdr, 8 + args->taglen); | 1290 | xdr_reserve_space(&resp->xdr, 8 + args->taglen); |
| 1291 | resp->taglen = args->taglen; | 1291 | resp->taglen = args->taglen; |
| 1292 | resp->tag = args->tag; | 1292 | resp->tag = args->tag; |
| 1293 | resp->opcnt = 0; | ||
| 1294 | resp->rqstp = rqstp; | 1293 | resp->rqstp = rqstp; |
| 1295 | cstate->minorversion = args->minorversion; | 1294 | cstate->minorversion = args->minorversion; |
| 1296 | cstate->replay_owner = NULL; | ||
| 1297 | cstate->session = NULL; | ||
| 1298 | fh_init(current_fh, NFS4_FHSIZE); | 1295 | fh_init(current_fh, NFS4_FHSIZE); |
| 1299 | fh_init(save_fh, NFS4_FHSIZE); | 1296 | fh_init(save_fh, NFS4_FHSIZE); |
| 1300 | /* | 1297 | /* |
