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: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
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