]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert kfree() to use a struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 17:50:08 +0000 (13:50 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 12:33:50 +0000 (08:33 -0400)
commitf97223e7c373f89ba75a696320949d44e1cb9a7c
tree9ae49544f670705333caafa07de16eaa6f5c02a9
parentbff86862a92cb4aea7a0d1c4e51b0af95baf6060
mm/slub: Convert kfree() to use a struct slab

With kfree() using a struct slab, we can also convert slab_free()
and do_slab_free() to use a slab instead of a page.

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