Re: [PATCH] mm/slub: remove unused kmem_cache_order_objects max

From: Muchun Song
Date: Fri Apr 29 2022 - 07:38:18 EST


On Fri, Apr 29, 2022 at 05:05:45PM +0800, Miaohe Lin wrote:
> max field holds the largest slab order that was ever used for a slab cache.
> But it's unused now. Remove it.
>
> Signed-off-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>

Nice cleanup.

Reviewed-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>