diff options
| author | Vlastimil Babka <vbabka@suse.cz> | 2025-11-25 14:27:34 +0100 |
|---|---|---|
| committer | Vlastimil Babka <vbabka@suse.cz> | 2025-11-25 14:27:34 +0100 |
| commit | 3065c20d5dc81b3485184f5687036ad4f1141c90 (patch) | |
| tree | baadde1089490713d0ce2f7dc16e522a31f4a1c1 /include | |
| parent | 8ad018dbd344c0cdc5f31c4fab56593f85eede02 (diff) | |
| parent | 6adf4b11fa50a31dc1c3791131020e624c6f139d (diff) | |
Merge branch 'slab/for-6.19/sheaves_cleanups' into slab/for-next
Merge series "slab: preparatory cleanups before adding sheaves to all
caches" [1]
Cleanups that were written as part of the full sheaves conversion, which
is not fully ready yet, but they are useful on their own.
Link: https://lore.kernel.org/all/20251105-sheaves-cleanups-v1-0-b8218e1ac7ef@suse.cz/ [1]
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/gfp_types.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/gfp_types.h b/include/linux/gfp_types.h index 65db9349f905..3de43b12209e 100644 --- a/include/linux/gfp_types.h +++ b/include/linux/gfp_types.h @@ -55,9 +55,7 @@ enum { #ifdef CONFIG_LOCKDEP ___GFP_NOLOCKDEP_BIT, #endif -#ifdef CONFIG_SLAB_OBJ_EXT ___GFP_NO_OBJ_EXT_BIT, -#endif ___GFP_LAST_BIT }; @@ -98,11 +96,7 @@ enum { #else #define ___GFP_NOLOCKDEP 0 #endif -#ifdef CONFIG_SLAB_OBJ_EXT #define ___GFP_NO_OBJ_EXT BIT(___GFP_NO_OBJ_EXT_BIT) -#else -#define ___GFP_NO_OBJ_EXT 0 -#endif /* * Physical address zone modifiers (see linux/mmzone.h - low four bits) |
