commit | e00b8a24041f37e56b4b8415ce4eba1cbc238065 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Jan 27 14:55:39 2011 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Jan 28 13:37:09 2011 -0500 |
tree | eb4fbb050e1d4afdd6d10b4b420420fa92ad92a8 | |
parent | c7a360b05b5430ac1d75dc7d53c586ada60a05cb [diff] |
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 <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Cc: stable@kernel.org