linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] jfs: remove SLAB_MEM_SPREAD flag usage
@ 2024-02-24 13:49 chengming.zhou
  2024-02-27 10:52 ` Christian Brauner
  0 siblings, 1 reply; 3+ messages in thread
From: chengming.zhou @ 2024-02-24 13:49 UTC (permalink / raw)
  To: shaggy, jack, jlayton, brauner, chuck.lever, zhouchengming
  Cc: amir73il, jfs-discussion, linux-kernel, linux-mm, vbabka,
	roman.gushchin, Xiongwei.Song, chengming.zhou

From: Chengming Zhou <zhouchengming@bytedance.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@bytedance.com>
---
 fs/jfs/super.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/jfs/super.c b/fs/jfs/super.c
index ff135a43b5b7..e1be21ca5d6e 100644
--- a/fs/jfs/super.c
+++ b/fs/jfs/super.c
@@ -932,7 +932,7 @@ static int __init init_jfs_fs(void)
 
 	jfs_inode_cachep =
 	    kmem_cache_create_usercopy("jfs_ip", sizeof(struct jfs_inode_info),
-			0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD|SLAB_ACCOUNT,
+			0, SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT,
 			offsetof(struct jfs_inode_info, i_inline_all),
 			sizeof_field(struct jfs_inode_info, i_inline_all),
 			init_once);
-- 
2.40.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] jfs: remove SLAB_MEM_SPREAD flag usage
  2024-02-24 13:49 [PATCH] jfs: remove SLAB_MEM_SPREAD flag usage chengming.zhou
@ 2024-02-27 10:52 ` Christian Brauner
  2024-02-27 14:22   ` Dave Kleikamp
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Brauner @ 2024-02-27 10:52 UTC (permalink / raw)
  To: shaggy, jack, jlayton, chuck.lever, zhouchengming, chengming.zhou
  Cc: Christian Brauner, amir73il, jfs-discussion, linux-kernel,
	linux-mm, vbabka, roman.gushchin, Xiongwei.Song

On Sat, 24 Feb 2024 13:49:25 +0000, chengming.zhou@linux.dev wrote:
> 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.
> 
> 

Updated commit message to point to slab removal.

---

Applied to the vfs.misc branch of the vfs/vfs.git tree.
Patches in the vfs.misc branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.misc

[1/1] jfs: remove SLAB_MEM_SPREAD flag usage
      https://git.kernel.org/vfs/vfs/c/6259e5e07b76


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] jfs: remove SLAB_MEM_SPREAD flag usage
  2024-02-27 10:52 ` Christian Brauner
@ 2024-02-27 14:22   ` Dave Kleikamp
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Kleikamp @ 2024-02-27 14:22 UTC (permalink / raw)
  To: Christian Brauner, shaggy, jack, jlayton, chuck.lever,
	zhouchengming, chengming.zhou
  Cc: amir73il, jfs-discussion, linux-kernel, linux-mm, vbabka,
	roman.gushchin, Xiongwei.Song

On 2/27/24 4:52AM, Christian Brauner wrote:
> On Sat, 24 Feb 2024 13:49:25 +0000, chengming.zhou@linux.dev wrote:
>> 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.
>>
>>
> 
> Updated commit message to point to slab removal.
Acked-by: Dave Kleikamp <dave.kleikamp@oracle.com>

> 
> ---
> 
> Applied to the vfs.misc branch of the vfs/vfs.git tree.
> Patches in the vfs.misc branch should appear in linux-next soon.
> 
> Please report any outstanding bugs that were missed during review in a
> new review to the original patch series allowing us to drop it.
> 
> It's encouraged to provide Acked-bys and Reviewed-bys even though the
> patch has now been applied. If possible patch trailers will be updated.
> 
> Note that commit hashes shown below are subject to change due to rebase,
> trailer updates or similar. If in doubt, please check the listed branch.
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
> branch: vfs.misc
> 
> [1/1] jfs: remove SLAB_MEM_SPREAD flag usage
>        https://git.kernel.org/vfs/vfs/c/6259e5e07b76


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-27 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-24 13:49 [PATCH] jfs: remove SLAB_MEM_SPREAD flag usage chengming.zhou
2024-02-27 10:52 ` Christian Brauner
2024-02-27 14:22   ` Dave Kleikamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox