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

Adds a little bit of type safety.  Convert the one caller.

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