summaryrefslogtreecommitdiff
path: root/include/linux/slab.h
diff options
context:
space:
mode:
authorVlastimil Babka <vbabka@suse.cz>2022-03-21 21:46:05 +0300
committerVlastimil Babka <vbabka@suse.cz>2022-03-21 21:46:05 +0300
commitacbfab16ccd79937cabd6c60ab0e010e7ced9444 (patch)
tree67f767e001e4fad2bee939593a7df730b558b82b /include/linux/slab.h
parentffb217a13a2eaf6d5bd974fc83036a53ca69f1e2 (diff)
parenta485e1dacdb09802ad0ba1126bc4d029773ae1b2 (diff)
downloadlinux-acbfab16ccd79937cabd6c60ab0e010e7ced9444.tar.xz
Merge branch 'slab/for-5.18/trivial' into slab/for-linus
Trivial slab code changes: - deleting unused parameters and flags - using helper macros and functions - making structures static
Diffstat (limited to 'include/linux/slab.h')
-rw-r--r--include/linux/slab.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h
index 5b6193fd8bd9..0381868e5118 100644
--- a/include/linux/slab.h
+++ b/include/linux/slab.h
@@ -117,9 +117,6 @@
#define SLAB_RECLAIM_ACCOUNT ((slab_flags_t __force)0x00020000U)
#define SLAB_TEMPORARY SLAB_RECLAIM_ACCOUNT /* Objects are short-lived */
-/* Slab deactivation flag */
-#define SLAB_DEACTIVATED ((slab_flags_t __force)0x10000000U)
-
/*
* ZERO_SIZE_PTR will be returned for zero sized kmalloc requests.
*