]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert get_map() and __fill_map() to struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 2 Oct 2021 03:06:11 +0000 (23:06 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:18:01 +0000 (09:18 -0400)
commit0db768b54952d9fcebe97db1ac3f40f1cd613344
tree7dac322c6cbf20e7bbb2384571216d0394fefcf2
parentd9e09d55434ba5b03af098ae90c1f17bb82bbfd9
mm/slub: Convert get_map() and __fill_map() to struct slab

Improve type safety and remove calls to slab_page().

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