Re: [GIT PULL] zstd support (lib, btrfs, squashfs)

From: Chris Mason
Date: Fri Sep 08 2017 - 22:25:28 EST


On Sat, Sep 09, 2017 at 09:35:59AM +0800, Herbert Xu wrote:
On Fri, Sep 08, 2017 at 03:33:05PM -0400, Chris Mason wrote:

crypto/Kconfig | 9 +
crypto/Makefile | 1 +
crypto/testmgr.c | 10 +
crypto/testmgr.h | 71 +
crypto/zstd.c | 265 ++++

Is there anyone going to use zstd through the crypto API? If not
then I don't see the point in adding it at this point. Especially
as the compression API is still in a state of flux.

That part was requested by intel, but I'm happy to leave it out for another time. The rest of the patch series doesn't depend on it at all.

-chris