mm/slob: remove CONFIG_SLOB

Remove SLOB from Kconfig and Makefile. Everything under #ifdef
CONFIG_SLOB, and mm/slob.c is now dead code.

Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Acked-by: Lorenzo Stoakes <lstoakes@gmail.com>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
This commit is contained in:
Vlastimil Babka
2023-02-27 17:46:13 +01:00
parent eeac8ede17
commit c9929f0e34
4 changed files with 1 additions and 26 deletions

View File

@@ -973,7 +973,7 @@ config MEMCG
config MEMCG_KMEM
bool
depends on MEMCG && !SLOB
depends on MEMCG
default y
config BLK_CGROUP