[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150527133219.GF11609@blaptop>
Date: Wed, 27 May 2015 22:32:19 +0900
From: Minchan Kim <minchan@...nel.org>
To: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Marcin Jabrzyk <m.jabrzyk@...sung.com>,
Nitin Gupta <ngupta@...are.org>, linux-kernel@...r.kernel.org,
Sergey Senozhatsky <sergey.senozhatsky.work@...il.com>
Subject: Re: [PATCHv2] zram: check comp algorithm availability earlier
On Wed, May 27, 2015 at 08:20:12PM +0900, Sergey Senozhatsky wrote:
> Improvement idea by Marcin Jabrzyk.
>
> comp_algorithm_store() silently accepts any supplied algorithm
> name, because zram performs algorithm availability check later,
> during the device configuration phase in disksize_store() and
> emits the following error:
> "zram: Cannot initialise %s compressing backend"
>
> this error line is somewhat generic and, besides, can indicate
> a failed attempt to allocate compression backend's working
> buffers.
>
> add algorithm availability check to comp_algorithm_store():
>
> echo lzz > /sys/block/zram0/comp_algorithm
> -bash: echo: write error: Invalid argument
>
> Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
> Reported-by: Marcin Jabrzyk <m.jabrzyk@...sung.com>
Acked-by: Minchan Kim <minchan@...nel.org>
Thanks.
--
Kind regards,
Minchan Kim
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists