]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert alloc_debug_processing() to struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 2 Oct 2021 01:41:36 +0000 (21:41 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:18:00 +0000 (09:18 -0400)
commit54225e97bbbca573d0314134b671a924eb068efe
treeeacd4306c862d240423cdb43e233c796cc6c6dfb
parent941890553bb0e9bf8c4c6cb8e1edb1a8a95e1526
mm/slub: Convert alloc_debug_processing() to struct slab

Push the slab conversion all the way down to alloc_consistency_checks(),
but actually use the fact that it's a slab in alloc_debug_processing().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/slub.c