Re: [PATCH v5] zram: remove double compression logic

From: Sergey Senozhatsky
Date: Tue Aug 09 2022 - 08:41:37 EST


On (22/05/05 12:44), Alexey Romanov wrote:
> @@ -1975,7 +1954,6 @@ static int zram_add(void)
> if (ZRAM_LOGICAL_BLOCK_SIZE == PAGE_SIZE)
> blk_queue_max_write_zeroes_sectors(zram->disk->queue, UINT_MAX);
>
> - blk_queue_flag_set(QUEUE_FLAG_STABLE_WRITES, zram->disk->queue);

By the way, why did it remove QUEUE_FLAG_STABLE_WRITES bit?