Browse Source

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>
David Rientjes 13 years ago
parent
commit
c0931ef1f3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/linux/slab_def.h

+ 0 - 1
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);