Re: [PATCH v2] f2fs: compress: support zstd compress algorithm

From: Jaegeuk Kim
Date: Tue Mar 24 2020 - 11:40:00 EST


On 03/24, Chao Yu wrote:
> Hi Jaegeuk,
>
> On 2020/3/3 17:46, Chao Yu wrote:
> > Add zstd compress algorithm support, use "compress_algorithm=zstd"
> > mountoption to enable it.
> >
> > Signed-off-by: Chao Yu <yuchao0@xxxxxxxxxx>
> > ---
> > v2:
> > - avoid accessing invalid address
> > - introduce .{init,destroy}_{,de}compress_ctx callback functions.
>
> I guess we merged related patches with wrong sequence as this patch
> depends on ("f2fs: compress: add .{init,destroy}_decompress_ctx callback").

Done.

>
> Thanks,