mm/slub: remove unused kmem_cache_order_objects max
authorMiaohe Lin <linmiaohe@huawei.com>
Fri, 29 Apr 2022 09:05:45 +0000 (17:05 +0800)
committerVlastimil Babka <vbabka@suse.cz>
Mon, 2 May 2022 08:48:40 +0000 (10:48 +0200)
commit23587f7c5daa936524ede26201253a089666b5d9
treebf3cc113e87ddc81feb22298e6021e8fab1687fc
parent33647783deb674b60bb492718cef102c3e9dce6b
mm/slub: remove unused kmem_cache_order_objects max

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>
Reviewed-by: Muchun Song <songmuchun@bytedance.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Link: https://lore.kernel.org/r/20220429090545.33413-1-linmiaohe@huawei.com
include/linux/slub_def.h
mm/slub.c