]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert trace() to take a struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 2 Oct 2021 02:57:19 +0000 (22:57 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:18:00 +0000 (09:18 -0400)
commitfefe82f3169cf4ab969de8e32571aa02133d22bd
tree9308a5500b0d122a9df653d1254d7bad4c5da3e9
parent42038d46f97fd8889772c24afabaca35ec537943
mm/slub: Convert trace() to take a struct slab

Improves type safety and removes calls to slab_page().

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