Commit 81856964 authored by Lorenzo Stoakes's avatar Lorenzo Stoakes Committed by Vlastimil Babka
Browse files

MAINTAINERS: add missing files to slab section



The failslab implementation implements fault injection for slab allocations
so seems best suited to the slab section.

The mempool implementation uses slab in the backend, so that seems best
suited here also.

Signed-off-by: default avatarLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Signed-off-by: default avatarVlastimil Babka <vbabka@suse.cz>
parent 4d693c47
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -22831,7 +22831,10 @@ S: Maintained
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
F:	Documentation/admin-guide/mm/slab.rst
F:	Documentation/mm/slab.rst
F:	include/linux/mempool.h
F:	include/linux/slab.h
F:	mm/failslab.c
F:	mm/mempool.c
F:	mm/slab.h
F:	mm/slab_common.c
F:	mm/slub.c