From: J. Bruce Fields Date: Fri, 21 Mar 2014 01:01:07 +0000 (-0400) Subject: nfsd4: remove redundant check from nfsd4_check_resp_size X-Git-Tag: v3.15-rc1~45^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bed92cb3c7663240992f4d97cbe4d21783113a0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed