Re: [PATCH] zram: Fix the issue that the write - back limits might overflow

From: Yuwen Chen
Date: Tue Nov 18 2025 - 03:22:33 EST


On (25/11/18 15:39), Sergey Senozhatsky wrote:
> I really wish we could just change wb code to use PAGE_SIZE not 4K
> units [1], unfortunately it's probably too late to change that now.
>
> [1] https://lore.kernel.org/linux-kernel/20251110052741.92031-1-senozhatsky@xxxxxxxxxxxx

I've taken a look at the patch you submitted before. This is indeed
a very frustrating thing. I'm not sure if we can make the change. If
we can change it to use PAGE_SIZE, it will reduce a lot of unnecessary
logic.