aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.h
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slab.h')
-rw-r--r--mm/slab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/slab.h b/mm/slab.h
index 50d29d716db4..ab019e63e3c2 100644
--- a/mm/slab.h
+++ b/mm/slab.h
@@ -50,7 +50,6 @@ struct kmem_cache {
50enum slab_state { 50enum slab_state {
51 DOWN, /* No slab functionality yet */ 51 DOWN, /* No slab functionality yet */
52 PARTIAL, /* SLUB: kmem_cache_node available */ 52 PARTIAL, /* SLUB: kmem_cache_node available */
53 PARTIAL_ARRAYCACHE, /* SLAB: kmalloc size for arraycache available */
54 PARTIAL_NODE, /* SLAB: kmalloc size for node struct available */ 53 PARTIAL_NODE, /* SLAB: kmalloc size for node struct available */
55 UP, /* Slab caches usable but not all extras yet */ 54 UP, /* Slab caches usable but not all extras yet */
56 FULL /* Everything is working */ 55 FULL /* Everything is working */