2024-05-09 15:11:27

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCHv3 00/19] zram: convert to custom compression API and allow algorithms tuning

On Wed, May 08, 2024 at 04:41:53PM +0900, Sergey Senozhatsky wrote:
> This patch set moves zram from crypto API to a custom compression
> API which allows us to tune and configure compression algorithms,
> something that crypto API, unfortunately, doesn't support.

[...]

> 21 files changed, 1203 insertions(+), 111 deletions(-)

Why can't it? This is an awful lot of crazy code duplication just
to pass a few parameters.