2022-03-11 01:33:46

by Xiongwei Song

[permalink] [raw]
Subject: [PATCH v2 0/2] Cleanups for slab

From: Xiongwei Song <[email protected]>

2 cleanups, no functionality changed.

---
Since v2:
- Add the detailed history of parameter @s of alloc_slab_page(),
message from Matthew Wilcox.
- Collect Reviewed-by and Acked-by. Thanks Matthew Wilcox, David Rientjes
and Roman Gushchin.

Since v1:
- https://lore.kernel.org/all/[email protected]/
---

Xiongwei Song (2):
mm: slab: Delete unused SLAB_DEACTIVATED flag
mm: slub: Delete useless parameter of alloc_slab_page()

include/linux/slab.h | 3 ---
mm/slub.c | 8 ++++----
2 files changed, 4 insertions(+), 7 deletions(-)

--
2.30.2


2022-03-11 21:59:21

by Vlastimil Babka

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] Cleanups for slab

On 3/10/22 15:06, [email protected] wrote:
> From: Xiongwei Song <[email protected]>
>
> 2 cleanups, no functionality changed.

Thanks, added to slab for-next

> ---
> Since v2:
> - Add the detailed history of parameter @s of alloc_slab_page(),
> message from Matthew Wilcox.
> - Collect Reviewed-by and Acked-by. Thanks Matthew Wilcox, David Rientjes
> and Roman Gushchin.
>
> Since v1:
> - https://lore.kernel.org/all/[email protected]/
> ---
>
> Xiongwei Song (2):
> mm: slab: Delete unused SLAB_DEACTIVATED flag
> mm: slub: Delete useless parameter of alloc_slab_page()
>
> include/linux/slab.h | 3 ---
> mm/slub.c | 8 ++++----
> 2 files changed, 4 insertions(+), 7 deletions(-)
>