Re: [PATCH v1] zram: don't retry compress incompressible page

From: Sergey Senozhatsky
Date: Sun Apr 24 2022 - 21:49:03 EST


On Sat, Apr 23, 2022 at 5:27 AM Minchan Kim <minchan@xxxxxxxxxx> wrote:
[..]
> The 2nd trial allocation under per-cpu pressmption has been used to
> prevent regression of allocation failure. However, it makes trouble
> for maintenance without significant benefit.

Agreed.

> I'd like to remove the double compression logic and make it simple.
> What do you think?

I'm all for it.