]> asedeno.scripts.mit.edu Git - linux.git/commit
nfsd4: remove redundant check from nfsd4_check_resp_size
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 21 Mar 2014 01:01:07 +0000 (21:01 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Sat, 29 Mar 2014 01:24:54 +0000 (21:24 -0400)
commit1bed92cb3c7663240992f4d97cbe4d21783113a0
treeb902d60a601f548ebbd1c34d1dad1c5d13a6ed07
parentd139977d002e34d687e2ebc1157a234d32183465
nfsd4: remove redundant check from nfsd4_check_resp_size

cstate->slot and ->session are each set together in nfsd4_sequence.  If
one is non-NULL, so is the other.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4xdr.c