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

Improves type safety and removes a lot of calls to slab_page().
Also make object_err() static.

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