mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-14 08:13:56 +08:00
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>
This commit is contained in:
parent
77be4b1366
commit
c0931ef1f3
@ -45,7 +45,6 @@ struct kmem_cache {
|
|||||||
unsigned int colour_off; /* colour offset */
|
unsigned int colour_off; /* colour offset */
|
||||||
struct kmem_cache *slabp_cache;
|
struct kmem_cache *slabp_cache;
|
||||||
unsigned int slab_size;
|
unsigned int slab_size;
|
||||||
unsigned int dflags; /* dynamic flags */
|
|
||||||
|
|
||||||
/* constructor func */
|
/* constructor func */
|
||||||
void (*ctor)(void *obj);
|
void (*ctor)(void *obj);
|
||||||
|
Loading…
Reference in New Issue
Block a user