diff options
author | Vlastimil Babka <vbabka@suse.cz> | 2024-03-12 10:16:56 +0100 |
---|---|---|
committer | Vlastimil Babka <vbabka@suse.cz> | 2024-03-12 10:16:56 +0100 |
commit | 1a1c4e4576d439a14b2499de52b9225c69348903 (patch) | |
tree | e348f454c74d1f89a6b028adacb254b30f8c73d0 /mm/slab.h | |
parent | 466ed9eed674ae1100ef15a9fa2e2ac4aee56a47 (diff) | |
parent | 96d8dbb6f65041b670a79e8ae76f67cc11dee203 (diff) |
Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linus
Merge a series from myself that replaces hardcoded SLAB_ cache flag
values with an enum, and explicitly deprecates the SLAB_MEM_SPREAD flag
that is a no-op sine SLAB removal.
Diffstat (limited to 'mm/slab.h')
-rw-r--r-- | mm/slab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/slab.h b/mm/slab.h index 16c343942456..d2bc9b191222 100644 --- a/mm/slab.h +++ b/mm/slab.h @@ -465,7 +465,6 @@ static inline bool is_kmalloc_cache(struct kmem_cache *s) SLAB_STORE_USER | \ SLAB_TRACE | \ SLAB_CONSISTENCY_CHECKS | \ - SLAB_MEM_SPREAD | \ SLAB_NOLEAKTRACE | \ SLAB_RECLAIM_ACCOUNT | \ SLAB_TEMPORARY | \ |