]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert acquire_slab() to take a struct page
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 21:32:11 +0000 (17:32 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:17:59 +0000 (09:17 -0400)
commit0c0f24c477357f286a5ca9bd8791c6dc0aebc8ac
tree8bafb7e27199f280d19a3d3729ca0e1c602361ca
parent13d608e5cd889d0c4e48ab3516d2c15a188aa8a4
mm/slub: Convert acquire_slab() to take a struct page

Improves type safety.

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