mm/slub: remove dummy slabinfo functions
authorXiu Jianfeng <xiujianfeng@huawei.com>
Thu, 21 Mar 2024 13:17:33 +0000 (13:17 +0000)
committerVlastimil Babka <vbabka@suse.cz>
Mon, 25 Mar 2024 08:34:41 +0000 (09:34 +0100)
commitad7c5ebead13323ac4a45e01bda0609629523076
treeacac6f8317c8edfffa2f0702dd26ecc5e55967b1
parent4cece764965020c22cff7665b18a012006359095
mm/slub: remove dummy slabinfo functions

The SLAB implementation has been removed since 6.8, so there is no
other version of slabinfo_show_stats() and slabinfo_write(), then we
can remove these two dummy functions.

Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
mm/slab.h
mm/slab_common.c
mm/slub.c