]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert pfmemalloc_match() to take a struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 2 Oct 2021 03:21:25 +0000 (23:21 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:18:01 +0000 (09:18 -0400)
commit8e75c7aaae3a8e26ac57f75ff929c156e55b37a6
tree9bc9d8bb2e3d3ed8d3f0b14bbfb928d2fb03684e
parent3d37d1671ab2e50abf315b6f0445e9ca18da2aa5
mm/slub: Convert pfmemalloc_match() to take a struct slab

Improves type safety and removes calls to slab_page().

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