mm: Remove folio_test_single
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 17 Nov 2021 02:18:52 +0000 (21:18 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 17 Nov 2021 15:36:35 +0000 (10:36 -0500)
commita1efe484dd8c04c4c2d4eb1ee6b04d01cfc07ccc
treee56a0a53bab6ef9219b248c9d25425dcffdd5533
parent9c3252152e8a6401c2b9e32490a5a16ec4472778
mm: Remove folio_test_single

There's no need for this predicate; callers can just use
!folio_test_large().

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