From: J. Bruce Fields Date: Sat, 19 May 2012 17:55:22 +0000 (-0400) Subject: nfsd4: simpler ordering of setclientid_confirm checks X-Git-Tag: v3.5-rc1~18^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d700b7792a1a7d57554620796df46246e26ce6;p=pandora-kernel.git nfsd4: simpler ordering of setclientid_confirm checks The cases here divide into two main categories: - if there's an uncomfirmed record with a matching verifier, then this is a "normal", succesful case: we're either creating a new client, or updating an existing one. - otherwise, this is a weird case: a replay, or a server reboot. Reordering to reflect that makes the code a bit more concise and the logic a lot easier to understand. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed