]> www.infradead.org Git - users/willy/linux.git/commit
mm: Convert __ksize() to struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Oct 2021 03:04:21 +0000 (23:04 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 03:21:41 +0000 (23:21 -0400)
commit0d3a257855afe3f493dcfd45d118800e21b7522f
tree586f7402a2a6f67a6895f3cf695dd62c823f01f1
parentcadebaa6d631287f98fc0f3a69de0fe81cd514d9
mm: Convert __ksize() to struct slab

slub and slob both use struct page here; convert them to struct slab.

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