]> www.infradead.org Git - users/hch/misc.git/commit
mm: split out a writeout helper from pageout
authorChristoph Hellwig <hch@lst.de>
Mon, 5 May 2025 13:35:03 +0000 (15:35 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 14 May 2025 04:51:23 +0000 (06:51 +0200)
commit5296d08e94fbf54d2dc63292e743e593d7f7d8d2
treeb621d442f4a91a08ede4930c9f81f221e7787f97
parent4f15dce699a407c6c4408f33d9a6b39470f1c8f0
mm: split out a writeout helper from pageout

Move the code to write back swap / shmem folios into a self-contained
helper to keep prepare for refactoring it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
mm/vmscan.c