Re: [PATCH 0/2] mm, slab: two minor cleanups

From: Vlastimil Babka
Date: Wed Feb 21 2024 - 10:23:54 EST


On 2/21/24 13:12, Chengming Zhou wrote:
> Just two minor cleanups when reviewing the code.

Merged for 6.9, thanks.

> Thanks!
>
> Signed-off-by: Chengming Zhou <chengming.zhou@xxxxxxxxx>
> ---
> Chengming Zhou (2):
> mm, slab: remove unused object_size parameter in kmem_cache_flags()
> mm, slab: fix the comment

made this subject more specific:
mm, slab: fix the comment of cpu partial list

>
> mm/slab.h | 3 +--
> mm/slab_common.c | 2 +-
> mm/slub.c | 11 ++++-------
> 3 files changed, 6 insertions(+), 10 deletions(-)
> ---
> base-commit: c09a8e005eff6c064e2e9f11549966c36a724fbf
> change-id: 20240221-slab-cleanup-df9652186012
>
> Best regards,