]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert __unfreeze_partials to take a struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 21:22:40 +0000 (17:22 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:17:59 +0000 (09:17 -0400)
commitd839bba170098a3e101f40009d92fcba4a769f2f
tree582e444c080bf32d9e6ff74037cbc62eaa3253ea
parent8e7a41acdc96caf04af998aa148b451d6e2913c6
mm/slub: Convert __unfreeze_partials to take a struct slab

Improves type safety while removing a few calls to slab_page().

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