]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert partial slab management to struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 21:36:34 +0000 (17:36 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:17:59 +0000 (09:17 -0400)
commit9ecb430040914fc913e85f969c5eae10ce112ab5
tree78bf13b0fa6932a6f3d19f3ddc07bf51550fea46
parent0c0f24c477357f286a5ca9bd8791c6dc0aebc8ac
mm/slub: Convert partial slab management to struct slab

Convert __add_partial(), add_partial() and remove_partial().
Improves type safety and removes calls to slab_page().

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