Re: [PATCH v4] zram: Implement multi-page write-back
From: Yuwen Chen
Date: Thu Nov 13 2025 - 03:27:10 EST
On (25/11/12 21:40), Minchan Kim wrote:
> My preference is [1], which is very close to how current post-processing
> is implemented in zram, w/o complexity that dedicated kthread handling
> introduces and so on.
> [1] https://lore.kernel.org/linux-mm/45b418277c6ae613783b9ecc714c96313ceb841d.1763013260.git.senozhatsky@xxxxxxxxxxxx
Yes, I also agree with this. Introducing threads in writeback will increase
the complexity.