projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e29dd52
)
udf: remove SLAB_MEM_SPREAD flag usage
author
Chengming Zhou
<zhouchengming@bytedance.com>
Sat, 24 Feb 2024 13:52:29 +0000
(13:52 +0000)
committer
Jan Kara
<jack@suse.cz>
Tue, 5 Mar 2024 14:16:15 +0000
(15:16 +0100)
The SLAB_MEM_SPREAD flag is already a no-op after removal of SLAB
allocator and in [1] it was fully deprecated. Remove its usage so we can
delete it from slab. No functional change.
Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Link:
https://lore.kernel.org/all/20240223-slab-cleanup-flags-v2-1-02f1753e8303@suse.cz/
Message-Id: <
20240224135229
.830356-1-chengming.zhou@linux.dev>
fs/udf/super.c
patch
|
blob
|
history
diff --git
a/fs/udf/super.c
b/fs/udf/super.c
index adb39e08b2f2286ce5131db7fd283dafa7da7d3a..2217f7ed7a495c099eb4f6c12174344945561dc5 100644
(file)
--- a/
fs/udf/super.c
+++ b/
fs/udf/super.c
@@
-188,7
+188,6
@@
static int __init init_inodecache(void)
udf_inode_cachep = kmem_cache_create("udf_inode_cache",
sizeof(struct udf_inode_info),
0, (SLAB_RECLAIM_ACCOUNT |
- SLAB_MEM_SPREAD |
SLAB_ACCOUNT),
init_once);
if (!udf_inode_cachep)