]> git.ipfire.org Git - thirdparty/linux.git/commit
mm: merge writeout into pageout
authorChristoph Hellwig <hch@lst.de>
Mon, 1 Jun 2026 11:34:28 +0000 (13:34 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 21 Jun 2026 18:37:35 +0000 (11:37 -0700)
commit6f64c06f43098ea0aa0a67d0ad15124b5d2ba0fe
tree516dcbffc91b801d93d421aa2545bdda39053137
parent1d0ac576f34260e0b7878598c79c8b141039d799
mm: merge writeout into pageout

writeout is only called from pageout, and a straight flow at the end, so
merge the two functions.

Link: https://lore.kernel.org/20260601113449.3464734-3-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Baoquan He <baoquan.he@linux.dev>
Reviewed-by: Nhat Pham <nphamcs@gmail.com>
Acked-by: David Hildenbrand (Arm) <david@kernel.org>
Cc: Chris Li <chrisl@kernel.org>
Cc: Kairui Song <kasong@tencent.com>
Cc: Kemeng Shi <shikemeng@huaweicloud.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmscan.c