]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Remove pfmemalloc_match_unsafe()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 2 Oct 2021 03:22:58 +0000 (23:22 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:18:01 +0000 (09:18 -0400)
commitef1386894d02c4c400e87d6e0928895069e13cd1
tree9a6e625064e7c489e23130b3bdf7ffda7df6fb6b
parent8e75c7aaae3a8e26ac57f75ff929c156e55b37a6
mm/slub: Remove pfmemalloc_match_unsafe()

slab_test_pfmemalloc() doesn't need to check PageSlab() (unlike
PageSlabPfmemalloc()), so we don't need a pfmemalloc_match_unsafe()
variant any more.

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