From: Trond Myklebust Date: Mon, 19 Mar 2012 20:17:18 +0000 (-0400) Subject: NFSv4: It is not safe to dereference lsp->ls_state in release_lockowner X-Git-Tag: v3.4-rc1~123^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ae67c4fee869c9b3c87b727a9ea511b6326b834;p=pandora-kernel.git NFSv4: It is not safe to dereference lsp->ls_state in release_lockowner It is quite possible for the release_lockowner RPC call to race with the close RPC call, in which case, we cannot dereference lsp->ls_state in order to find the nfs_server. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed