Skip to content

Commit a78e41a

Browse files
Chengming Zhoujankara
authored andcommitted
udf: remove SLAB_MEM_SPREAD flag usage
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 <[email protected]> Signed-off-by: Jan Kara <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Message-Id: <[email protected]>
1 parent e29dd52 commit a78e41a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/udf/super.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ static int __init init_inodecache(void)
188188
udf_inode_cachep = kmem_cache_create("udf_inode_cache",
189189
sizeof(struct udf_inode_info),
190190
0, (SLAB_RECLAIM_ACCOUNT |
191-
SLAB_MEM_SPREAD |
192191
SLAB_ACCOUNT),
193192
init_once);
194193
if (!udf_inode_cachep)

0 commit comments

Comments
 (0)