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:
e374d48
)
SLUB: Fix sysfs refcounting
author
Christoph Lameter
<clameter@sgi.com>
Tue, 8 Jan 2008 06:29:05 +0000
(22:29 -0800)
committer
Christoph Lameter
<clameter@sgi.com>
Mon, 4 Feb 2008 18:56:01 +0000
(10:56 -0800)
If CONFIG_SYSFS is set then free the kmem_cache structure when
sysfs tells us its okay.
Otherwise there is the danger (as pointed out by
Al Viro) that sysfs thinks the kobject still exists after
kmem_cache_destroy() removed it.
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Reviewed-by: Pekka J Enberg <penberg@cs.helsinki.fi>
No differences found