]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Remove struct page argument to next_freelist_entry()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 22:00:07 +0000 (18:00 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:17:59 +0000 (09:17 -0400)
commitbce59bfd90c5b024f216ee5636ce8d682ae988b6
treed8df5e703ecf6ad5f0327e1fec393e1705c8fcfb
parent2422f0daabfce31e9a7e578e3c4cda74103acef8
mm/slub: Remove struct page argument to next_freelist_entry()

This argument was unused.  Fix up some comments and rename a parameter.

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