git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fcfe0c
)
NFS: Fix an allocation-under-spinlock bug
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 2 Mar 2010 18:06:22 +0000
(13:06 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 2 Mar 2010 18:06:22 +0000
(13:06 -0500)
sunrpc_cache_update() will always call detail->update() from inside the
detail->hash_lock, so it cannot allocate memory.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: stable@kernel.org
No differences found