From: J. Bruce Fields Date: Thu, 25 Aug 2011 22:17:52 +0000 (-0400) Subject: nfsd4: eliminate impossible open replay case X-Git-Tag: v3.2-rc1~177^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fff6ca9cc46857e5814cf687e5fb1b8a876766a4;p=pandora-kernel.git nfsd4: eliminate impossible open replay case If open fails with any error other than nfserr_replay_me, then the main nfsd4_proc_compound() loop continues unconditionally to nfsd4_encode_operation(), which will always call encode_seqid_op_tail. Thus the condition we check for here does not occur. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed