]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert free_consistency_checks() to take a struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 2 Oct 2021 01:25:44 +0000 (21:25 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:18:00 +0000 (09:18 -0400)
commit941890553bb0e9bf8c4c6cb8e1edb1a8a95e1526
treea96d948f53f8a78401de890ddbec9052d5c6af75
parent678e398461c66717bc74d9f8b82d7875643f8bd1
mm/slub: Convert free_consistency_checks() to take a struct slab

Provides a little more type safety, but mostly this is just pushing
slab_page() calls down.

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