]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert count_partial() to struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 19:10:36 +0000 (15:10 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:17:58 +0000 (09:17 -0400)
commit9d039a0e099db5c9b25407e5a193be69ebaaf2d2
tree14cd5bea26def37d78e9f2a9c8697ea370a18073
parent32a9c4a40e424deb30a96212a61ded9e1b77516a
mm/slub: Convert count_partial() to struct slab

Convert all its helper functions at the same time.  Adds a little
typesafety.

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