From: Trond Myklebust Date: Thu, 27 Jan 2011 19:55:39 +0000 (-0500) Subject: NFS: Fix an NFS client lockdep issue X-Git-Tag: v2.6.38-rc3~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e00b8a24041f37e56b4b8415ce4eba1cbc238065;p=pandora-kernel.git NFS: Fix an NFS client lockdep issue There is no reason to be freeing the delegation cred in the rcu callback, and doing so is resulting in a lockdep complaint that rpc_credcache_lock is being called from both softirq and non-softirq contexts. Reported-by: Chuck Lever Signed-off-by: Trond Myklebust Cc: stable@kernel.org --- Reading git-diff-tree failed