]> git.baikalelectronics.ru Git - kernel.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)
commit42d3f179be79dc0e7f1e5cd6429cbc13ff987cc1
treeb902d60a601f548ebbd1c34d1dad1c5d13a6ed07
parent1c8f4c4dc096572279a6c4ceda09347099d8f9c4
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