]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert detached_freelist to use a struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 15:59:10 +0000 (11:59 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 12:33:50 +0000 (08:33 -0400)
commitbff86862a92cb4aea7a0d1c4e51b0af95baf6060
treecc1ec7ed9197b9903eaed0cf8abda15ff888b553
parente1647be1572eacaef95cf69251a42bbe777333b8
mm/slub: Convert detached_freelist to use a struct slab

This gives us a little bit of extra typesafety as we know that
nobody called virt_to_page() instead of virt_to_head_page().

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