]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert on_freelist() to struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 2 Oct 2021 02:11:42 +0000 (22:11 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:18:00 +0000 (09:18 -0400)
commite3ce16d1064d4cde1c83b5f94cbe3ea943576b8a
tree52faf8459c4bef521160fc5f57bd2f0af0c13843
parent0772a05c66335a8f4c45879ce7ee1671670683b3
mm/slub: Convert on_freelist() to struct slab

Improves type safety as well as pushing down calls to slab_page().

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