diff options
author | Vlastimil Babka <vbabka@suse.cz> | 2022-03-21 19:46:05 +0100 |
---|---|---|
committer | Vlastimil Babka <vbabka@suse.cz> | 2022-03-21 19:46:05 +0100 |
commit | acbfab16ccd79937cabd6c60ab0e010e7ced9444 (patch) | |
tree | 67f767e001e4fad2bee939593a7df730b558b82b /include/linux/slab.h | |
parent | ffb217a13a2eaf6d5bd974fc83036a53ca69f1e2 (diff) | |
parent | a485e1dacdb09802ad0ba1126bc4d029773ae1b2 (diff) | |
download | linux-acbfab16ccd79937cabd6c60ab0e010e7ced9444.tar.gz linux-acbfab16ccd79937cabd6c60ab0e010e7ced9444.tar.bz2 linux-acbfab16ccd79937cabd6c60ab0e010e7ced9444.zip |
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.h | 3 |
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. * |