[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240224134655.829132-1-chengming.zhou@linux.dev>
Date: Sat, 24 Feb 2024 13:46:55 +0000
From: chengming.zhou@...ux.dev
To: luisbg@...nel.org,
salah.triki@...il.com
Cc: linux-kernel@...r.kernel.org,
linux-mm@...ck.org,
vbabka@...e.cz,
roman.gushchin@...ux.dev,
Xiongwei.Song@...driver.com,
chengming.zhou@...ux.dev,
Chengming Zhou <zhouchengming@...edance.com>
Subject: [PATCH] befs: remove SLAB_MEM_SPREAD flag usage
From: Chengming Zhou <zhouchengming@...edance.com>
The SLAB_MEM_SPREAD flag is already a no-op as of 6.8-rc1, remove
its usage so we can delete it from slab. No functional change.
Signed-off-by: Chengming Zhou <zhouchengming@...edance.com>
---
fs/befs/linuxvfs.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c
index 2b4dda047450..b873452e96ad 100644
--- a/fs/befs/linuxvfs.c
+++ b/fs/befs/linuxvfs.c
@@ -435,8 +435,7 @@ befs_init_inodecache(void)
{
befs_inode_cachep = kmem_cache_create_usercopy("befs_inode_cache",
sizeof(struct befs_inode_info), 0,
- (SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD|
- SLAB_ACCOUNT),
+ SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT,
offsetof(struct befs_inode_info,
i_data.symlink),
sizeof_field(struct befs_inode_info,
--
2.40.1
Powered by blists - more mailing lists