]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert free_partial() to use struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 19:17:27 +0000 (15:17 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:17:58 +0000 (09:17 -0400)
commit429f7edbd31e9b47d92d5cb43bc0d8e5c10ddad8
treef0ac5ed5a88b7a5757130e75bffdcf8e21628107
parent672f058440b60b841bf37f21ec30666c4c74e2cf
mm/slub: Convert free_partial() to use struct slab

Add a little type safety.

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