aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
authorJeff Layton <jlayton@primarydata.com>2014-05-30 09:09:29 -0400
committerJ. Bruce Fields <bfields@redhat.com>2014-06-04 15:42:03 -0400
commit7025005d5e7715efa24c115c45f4a6b4f1a545de (patch)
treea915f686d96eb165a414961a09f0e91de9561603 /fs/nfsd
parentnfsd: fix setting of NFS4_OO_CONFIRMED in nfsd4_open (diff)
downloadlinux-dev-7025005d5e7715efa24c115c45f4a6b4f1a545de.tar.xz
linux-dev-7025005d5e7715efa24c115c45f4a6b4f1a545de.zip
nfsd: remove unneeded zeroing of fields in nfsd4_proc_compound
The memset of resp in svc_process_common should ensure that these are already zeroed by the time they get here. Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/nfs4proc.c3
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,
xdr_reserve_space(&resp->xdr, 8 + args->taglen);
resp->taglen = args->taglen;
resp->tag = args->tag;
- resp->opcnt = 0;
resp->rqstp = rqstp;
cstate->minorversion = args->minorversion;
- cstate->replay_owner = NULL;
- cstate->session = NULL;
fh_init(current_fh, NFS4_FHSIZE);
fh_init(save_fh, NFS4_FHSIZE);
/*