From: Trond Myklebust Date: Mon, 30 Jun 2014 15:48:42 +0000 (-0400) Subject: nfsd: Don't get a session reference without a client reference X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4e19e70276a320bbc01b76fb50b5c4962ff523a;p=pandora-kernel.git nfsd: Don't get a session reference without a client reference If the client were to disappear from underneath us while we're holding a session reference, things would be bad. This cleanup helps ensure that it cannot, which will be a possibility when the client_mutex is removed. Signed-off-by: Trond Myklebust Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed