projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77be4b1
)
mm, slab: remove dflags
author
David Rientjes
<rientjes@google.com>
Thu, 16 Aug 2012 19:26:20 +0000
(12:26 -0700)
committer
Pekka Enberg
<penberg@kernel.org>
Fri, 17 Aug 2012 11:32:02 +0000
(14:32 +0300)
cachep->dflags is never referenced, so remove it.
Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
include/linux/slab_def.h
patch
|
blob
|
history
diff --git
a/include/linux/slab_def.h
b/include/linux/slab_def.h
index
0c634fa
..
36d7031
100644
(file)
--- a/
include/linux/slab_def.h
+++ b/
include/linux/slab_def.h
@@
-45,7
+45,6
@@
struct kmem_cache {
unsigned int colour_off; /* colour offset */
struct kmem_cache *slabp_cache;
unsigned int slab_size;
- unsigned int dflags; /* dynamic flags */
/* constructor func */
void (*ctor)(void *obj);