]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert slab_lock() and slab_unlock() to struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 2 Oct 2021 03:10:36 +0000 (23:10 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:18:01 +0000 (09:18 -0400)
commit77463c21c92e808e5d6d80645a8e8ff89d2537cf
treead606036fe1dcf3227ad7167454c31d3129853ed
parent0db768b54952d9fcebe97db1ac3f40f1cd613344
mm/slub: Convert slab_lock() and slab_unlock() to struct slab

Improve type safety to the point where we can get rid of the assertions
that this is not a tail page.  Remove a lot of calls to slab_page().

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