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

Removes a few calls to slab_page()

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