]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert cmpxchg_double_slab to struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 2 Oct 2021 03:03:05 +0000 (23:03 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:18:01 +0000 (09:18 -0400)
commitd9e09d55434ba5b03af098ae90c1f17bb82bbfd9
tree1f1b7b307855b6706666324e83b90a62050879f1
parentfefe82f3169cf4ab969de8e32571aa02133d22bd
mm/slub: Convert cmpxchg_double_slab to struct slab

Improve type safety for both cmpxchg_double_slab() and
__cmpxchg_double_slab().

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