]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert process_slab() to take a struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 15:33:52 +0000 (11:33 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 12:33:50 +0000 (08:33 -0400)
commite1647be1572eacaef95cf69251a42bbe777333b8
tree7435406a92e1f8cdb3a0c2d6dc5919ed29f87b0d
parent7fac5c054f89a40083d82ff445510f9ba898fd19
mm/slub: Convert process_slab() to take a struct slab

Add some type safety by passing a struct slab instead of a struct page.

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