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:
a6f5aa1
)
kmemleak: Release the object lock before calling put_object()
author
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 28 Oct 2009 13:33:11 +0000
(13:33 +0000)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 28 Oct 2009 17:07:54 +0000
(17:07 +0000)
The put_object() function may free the object if the use_count
dropped to 0. There shouldn't be further accesses to such object unless
it is known that the use_count is non-zero.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
No differences found