From: J. Bruce Fields Date: Sat, 19 May 2012 14:05:58 +0000 (-0400) Subject: nfsd4: fix error return in non-matching-creds case X-Git-Tag: v3.5-rc1~18^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8695b90ac3c37278010c76ab3680f35ab358caf9;p=pandora-kernel.git nfsd4: fix error return in non-matching-creds case Note CLID_INUSE is for the case where two clients are trying to use the same client-provided long-form client identifiers. But what we're looking at here is the server-returned shorthand client id--if those clash there's a bug somewhere. Fix the error return, pull the check out into common code, and do the check unconditionally in all cases. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed