]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert kmem_cache_cpu to struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 19:00:00 +0000 (15:00 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:17:56 +0000 (09:17 -0400)
commitf7e57a872e8f279d42ef938fe9adca383d95169f
tree6b7ddcaf6fae69b1e8501d8b55f02519496a71d5
parent91e2a167ac59d7c357dc2a6ac51e36c903b0c135
mm/slub: Convert kmem_cache_cpu to struct slab

To avoid converting from page to slab, we have to convert all these
functions at once.  Adds a little type-safety.

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