* [merged mm-stable] mm-page-flags-remove-folio_start_writeback_keepwrite.patch removed from -mm tree
@ 2025-08-02 18:53 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-08-02 18:53 UTC (permalink / raw)
To: mm-commits, willy, david, joannelkoong, akpm
The quilt patch titled
Subject: mm/page-flags: remove folio_start_writeback_keepwrite()
has been removed from the -mm tree. Its filename was
mm-page-flags-remove-folio_start_writeback_keepwrite.patch
This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Joanne Koong <joannelkoong@gmail.com>
Subject: mm/page-flags: remove folio_start_writeback_keepwrite()
Date: Tue, 22 Jul 2025 11:22:30 -0700
Commit cd57b77197a4 ("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>
---
include/linux/page-flags.h | 2 --
1 file changed, 2 deletions(-)
--- a/include/linux/page-flags.h~mm-page-flags-remove-folio_start_writeback_keepwrite
+++ a/include/linux/page-flags.h
@@ -837,8 +837,6 @@ void set_page_writeback(struct page *pag
#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)
{
_
Patches currently in -mm which might be from joannelkoong@gmail.com are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-02 18:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-02 18:53 [merged mm-stable] mm-page-flags-remove-folio_start_writeback_keepwrite.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.