cachep->dflags is never referenced, so remove it. Signed-off-by: David Rientjes <rientjes@xxxxxxxxxx> --- include/linux/slab_def.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/linux/slab_def.h b/include/linux/slab_def.h --- 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); -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>