]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert full slab management to struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 22:09:46 +0000 (18:09 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:18:00 +0000 (09:18 -0400)
commit678e398461c66717bc74d9f8b82d7875643f8bd1
tree5ded289000412ff439a1c6c3e2a5a1f04535dfc7
parent0b13559e57fb7b2fa956cd1aa7483dc0c797f949
mm/slub: Convert full slab management to struct slab

Pass struct slab to add_full() and remove_full().  Improves type
safety.

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