Re: [PATCH] zram: rename writeback_compressed device attr
From: Minchan Kim
Date: Thu Feb 26 2026 - 03:06:09 EST
On Thu, Feb 26, 2026 at 11:54:21AM +0900, Sergey Senozhatsky wrote:
> Rename writeback_compressed attr to compressed_writeback
> to avoid possible confusion and have more natural naming.
> writeabck_compressed may look like an alternative version
> of writeback while in fact writeback_compressed only sets
> a writeback property. Make this distinction more clear
> with a new compressed_writeback name.
>
> Suggested-by: Minchan Kim <minchan@xxxxxxxxxx>
> Cc: Brian Geffon <bgeffon@xxxxxxxxxx>
> Cc: Richard Chang <richardycc@xxxxxxxxxx>
> Cc: Suren Baghdasaryan <surenb@xxxxxxxxxx>
> Signed-off-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>
Acked-by: Minchan Kim <minchan@xxxxxxxxxx>
Thanks for the quick fix, Sergey and Andrew.