projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ce790e
)
slub: Fix a typo in config name
author
Li Zefan
<lizf@cn.fujitsu.com>
Tue, 12 Apr 2011 07:22:26 +0000
(15:22 +0800)
committer
Pekka Enberg
<penberg@kernel.org>
Tue, 12 Apr 2011 19:27:27 +0000
(22:27 +0300)
There's no config named SLAB_DEBUG, and it should be a typo
of SLUB_DEBUG.
Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
mm/slub.c
patch
|
blob
|
history
diff --git
a/mm/slub.c
b/mm/slub.c
index
f881874
..
129f10c
100644
(file)
--- a/
mm/slub.c
+++ b/
mm/slub.c
@@
-3203,7
+3203,7
@@
static void __init kmem_cache_bootstrap_fixup(struct kmem_cache *s)
list_for_each_entry(p, &n->partial, lru)
p->slab = s;
-#ifdef CONFIG_SL
A
B_DEBUG
+#ifdef CONFIG_SL
U
B_DEBUG
list_for_each_entry(p, &n->full, lru)
p->slab = s;
#endif