From: Jeff Layton Date: Wed, 30 Jul 2014 12:27:07 +0000 (-0400) Subject: nfsd: Protect session creation and client confirm using client_lock X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20c11d86d8f821a64eac7d6c8f296f06d935f4f;p=pandora-kernel.git nfsd: Protect session creation and client confirm using client_lock In particular, we want to ensure that the move_to_confirmed() is protected by the nn->client_lock spin lock, so that we can use that when looking up the clientid etc. instead of relying on the client_mutex. Signed-off-by: Trond Myklebust Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed