From: J. Bruce Fields Date: Tue, 1 Jun 2010 15:21:40 +0000 (-0400) Subject: nfsd4: fix delegation recall race use-after-free X-Git-Tag: v2.6.36-rc1~496^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba9ba4b902270c22f8b9c5149a284216b633fc1;p=pandora-kernel.git nfsd4: fix delegation recall race use-after-free When the rarely-used callback-connection-changing setclientid occurs simultaneously with a delegation recall, we rerun the recall by requeueing it on a workqueue. But we also need to take a reference on the delegation in that case, since the delegation held by the rpc itself will be released by the rpc_release callback. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed