]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert check_slab() to struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 2 Oct 2021 02:22:33 +0000 (22:22 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:18:00 +0000 (09:18 -0400)
commit4ef46ab25aaea3aab5e7accaa180da05eadc85e6
tree91724c291116f1e1aef5e59c7772d386576aefd3
parente3ce16d1064d4cde1c83b5f94cbe3ea943576b8a
mm/slub: Convert check_slab() to struct slab

Also convert slab_pad_check() to struct slab.  Improves type safety
and pushes down a few calls to slab_page().

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