nfsd: remove unneeded zeroing of fields in nfsd4_proc_compound
authorJeff Layton <jlayton@primarydata.com>
Fri, 30 May 2014 13:09:29 +0000 (09:09 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 4 Jun 2014 19:42:03 +0000 (15:42 -0400)
commit7025005d5e7715efa24c115c45f4a6b4f1a545de
treea915f686d96eb165a414961a09f0e91de9561603
parentba5378b66f5eb20e464796c5b088c0961fb5f618
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>
fs/nfsd/nfs4proc.c