mm/slob: make kmem_cache_boot static
authorMiaohe Lin <linmiaohe@huawei.com>
Thu, 17 Feb 2022 08:58:42 +0000 (16:58 +0800)
committerVlastimil Babka <vbabka@suse.cz>
Mon, 21 Feb 2022 10:38:02 +0000 (11:38 +0100)
commitbd53ce4da252ddb1ae4257c164f80aea3d8ab90c
tree043ef47016892f05af24a1d2ba6eb317f181feb3
parent754e0b0e35608ed5206d6a67a791563c631cec07
mm/slob: make kmem_cache_boot static

kmem_cache_boot is never accessed outside slob.c. Make it static.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Link: https://lore.kernel.org/r/20220217085842.29032-1-linmiaohe@huawei.com
mm/slob.c