diff options
Diffstat (limited to 'mm/slub.c')
-rw-r--r-- | mm/slub.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -97,9 +97,6 @@ | |||
97 | * | 97 | * |
98 | * - Support PAGE_ALLOC_DEBUG. Should be easy to do. | 98 | * - Support PAGE_ALLOC_DEBUG. Should be easy to do. |
99 | * | 99 | * |
100 | * - SLAB_DEBUG_INITIAL is not supported but I have never seen a use of | ||
101 | * it. | ||
102 | * | ||
103 | * - Variable sizing of the per node arrays | 100 | * - Variable sizing of the per node arrays |
104 | */ | 101 | */ |
105 | 102 | ||
@@ -126,11 +123,6 @@ | |||
126 | #endif | 123 | #endif |
127 | 124 | ||
128 | /* | 125 | /* |
129 | * Flags from the regular SLAB that SLUB does not support: | ||
130 | */ | ||
131 | #define SLUB_UNIMPLEMENTED (SLAB_DEBUG_INITIAL) | ||
132 | |||
133 | /* | ||
134 | * Mininum number of partial slabs. These will be left on the partial | 126 | * Mininum number of partial slabs. These will be left on the partial |
135 | * lists even if they are empty. kmem_cache_shrink may reclaim them. | 127 | * lists even if they are empty. kmem_cache_shrink may reclaim them. |
136 | */ | 128 | */ |
@@ -1748,8 +1740,6 @@ static int kmem_cache_open(struct kmem_cache *s, gfp_t gfpflags, | |||
1748 | s->flags = flags; | 1740 | s->flags = flags; |
1749 | s->align = align; | 1741 | s->align = align; |
1750 | 1742 | ||
1751 | BUG_ON(flags & SLUB_UNIMPLEMENTED); | ||
1752 | |||
1753 | /* | 1743 | /* |
1754 | * The page->offset field is only 16 bit wide. This is an offset | 1744 | * The page->offset field is only 16 bit wide. This is an offset |
1755 | * in units of words from the beginning of an object. If the slab | 1745 | * in units of words from the beginning of an object. If the slab |