aboutsummaryrefslogtreecommitdiffstats
path: root/mm/failslab.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-12-29SLUB: failslab supportAkinobu Mita1-0/+59
Currently fault-injection capability for SLAB allocator is only available to SLAB. This patch makes it available to SLUB, too. [penberg@cs.helsinki.fi: unify slab and slub implementations] Cc: Christoph Lameter <cl@linux-foundation.org> Cc: Matt Mackall <mpm@selenic.com> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>