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.