summaryrefslogtreecommitdiffstats
path: root/mm/slab.h
diff options
context:
space:
mode:
authorVlastimil Babka <vbabka@suse.cz>2024-03-12 10:16:56 +0100
committerVlastimil Babka <vbabka@suse.cz>2024-03-12 10:16:56 +0100
commit1a1c4e4576d439a14b2499de52b9225c69348903 (patch)
treee348f454c74d1f89a6b028adacb254b30f8c73d0 /mm/slab.h
parent466ed9eed674ae1100ef15a9fa2e2ac4aee56a47 (diff)
parent96d8dbb6f65041b670a79e8ae76f67cc11dee203 (diff)
downloadlinux-1a1c4e4576d439a14b2499de52b9225c69348903.tar.gz
linux-1a1c4e4576d439a14b2499de52b9225c69348903.tar.bz2
linux-1a1c4e4576d439a14b2499de52b9225c69348903.zip
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.h1
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 | \