mm/page-flags: remove folio_start_writeback_keepwrite()
Commit cd57b77197 ("ext4: Convert ext4_bio_write_page() to use a folio)
removed set_page_writeback_keepwrite() which was the last/only caller of
folio_start_writeback_keepwrite().
Link: https://lkml.kernel.org/r/20250722182230.2114587-1-joannelkoong@gmail.com
Signed-off-by: Joanne Koong <joannelkoong@gmail.com>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
pull/1314/head
parent
b50e37889f
commit
d171b10b2d
|
|
@ -837,8 +837,6 @@ void set_page_writeback(struct page *page);
|
|||
|
||||
#define folio_start_writeback(folio) \
|
||||
__folio_start_writeback(folio, false)
|
||||
#define folio_start_writeback_keepwrite(folio) \
|
||||
__folio_start_writeback(folio, true)
|
||||
|
||||
static __always_inline bool folio_test_head(const struct folio *folio)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue