Re: [PATCH] mm/slub: remove unused kmem_cache_order_objects max
On Fri, 29 Apr 2022, 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@huawei.com>