]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert __slab_free() to take a struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 18:06:58 +0000 (14:06 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 12:33:50 +0000 (08:33 -0400)
commitd3c49537ed111cc02129e981c62744c37108ce4e
treef008b1fcaaa8a1622ebe29e02a1a0e6fe9355045
parentf97223e7c373f89ba75a696320949d44e1cb9a7c
mm/slub: Convert __slab_free() to take a struct slab

Provide a little more typesafety and also convert free_debug_processing()
to take a struct slab.

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