]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert list_slab_objects() to take a struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 19:19:53 +0000 (15:19 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:17:59 +0000 (09:17 -0400)
commitd9a4111e8531409f220198eaaf81dabec059239b
tree7a4518d73352a6270f5e204665f6431e18665930
parent429f7edbd31e9b47d92d5cb43bc0d8e5c10ddad8
mm/slub: Convert list_slab_objects() to take a struct slab

Convert the one caller to pass a slab instead.  Adds a little type safety.

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