Re: [PATCH] btrfs: fix default compression value when set by SETFLAGS ioctl

2017-11-01 Thread David Sterba
On Tue, Oct 31, 2017 at 07:21:59PM +, Nick Terrell wrote: > On 10/31/17, 9:48 AM, "David Sterba" wrote: > > The current default for the compression file flag is 'zlib', the zstd > > patch silently changed that to zstd. Though the choice of zlib might not > > be the best one, we should keep the

Re: [PATCH] btrfs: fix default compression value when set by SETFLAGS ioctl

2017-10-31 Thread Nick Terrell
On 10/31/17, 9:48 AM, "David Sterba" wrote: > The current default for the compression file flag is 'zlib', the zstd > patch silently changed that to zstd. Though the choice of zlib might not > be the best one, we should keep the backward compatibility. Sorry about that, I didn't intentionally cha