Re: [PATCH] btrfs-progs: Add zstd support

2017-09-06 Thread Nick Terrell
On 9/4/17, 11:03 AM, "linux-btrfs-ow...@vger.kernel.org on behalf of David Sterba" wrote: > On Wed, Aug 30, 2017 at 02:53:22PM -0700, Nick Terrell wrote: > > Adds zstd support to the btrfs program, and a dependency on libzstd >= > > 1.0.0. > > I'm afraid we'll have to make the build optional for

Re: [PATCH] btrfs-progs: Add zstd support

2017-09-04 Thread David Sterba
On Wed, Aug 30, 2017 at 02:53:22PM -0700, Nick Terrell wrote: > Adds zstd support to the btrfs program, and a dependency on libzstd >= > 1.0.0. I'm afraid we'll have to make the build optional for now, as the distros may not provide it and I'd like to give at least some heads-up first. My idea is:

[PATCH] btrfs-progs: Add zstd support

2017-08-30 Thread Nick Terrell
Adds zstd support to the btrfs program, and a dependency on libzstd >= 1.0.0. The patch is also available in my fork of btrfs-progs [1], which passes Travis-CI. I tested each command that is effected in my test script [2]. I haven't updated Android.mk since I have no way to test it, and am not ce