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

Message ID 20240221-slab-cleanup-v1-0-63382f41d699@linux.dev
Headers
Series mm, slab: two minor cleanups |

Message

Chengming Zhou Feb. 21, 2024, 12:12 p.m. UTC
  Just two minor cleanups when reviewing the code.

Thanks!

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

 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,
  

Comments

Vlastimil Babka Feb. 21, 2024, 3:23 p.m. UTC | #1
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@linux.dev>
> ---
> 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,