summaryrefslogtreecommitdiff
path: root/include/linux/slab_def.h
diff options
context:
space:
mode:
authorDavid Rientjes <rientjes@google.com>2012-08-16 12:26:20 -0700
committerPekka Enberg <penberg@kernel.org>2012-08-17 14:32:02 +0300
commitc0931ef1f3e7305e55de1591602e5f25e4c11d1d (patch)
treed3ddf34391a6701ba93444b6fb979644667f4385 /include/linux/slab_def.h
parent77be4b1366c97b95bb197e18187ff45b0e4f6bd3 (diff)
mm, slab: remove dflags
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>
Diffstat (limited to 'include/linux/slab_def.h')
-rw-r--r--include/linux/slab_def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/slab_def.h b/include/linux/slab_def.h
index 0c634fa376c9..36d7031a1a53 100644
--- 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);