]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
btrfs: allow setting zlib compression level via :9
authorAdam Borowski <kilobyte@angband.pl>
Fri, 15 Sep 2017 15:36:58 +0000 (17:36 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 1 Nov 2017 19:45:34 +0000 (20:45 +0100)
commitfa4d885a482ef52ad3efa12a5799a3f6408b0718
treeb2c77afc273d184129350162e5b564a545f59916
parentf51d2b59120ff364a5e612a594ed358767e1cd09
btrfs: allow setting zlib compression level via :9

This is bikeshedding, but it seems people are drastically more likely to
understand "zlib:9" as compression level rather than an algorithm
version compared to "zlib9".

Based on feedback on the mailinglist, the ":9" will be the only accepted
syntax. The level must be a single digit. Unrecognized format will
result to the default, for forward compatibility in a similar way the
compression algorithm specifier was relaxed in commit
a7164fa4e055daf6368c ("btrfs: prepare for extensions in compression
options").

Signed-off-by: Adam Borowski <kilobyte@angband.pl>
Reviewed-by: David Sterba <dsterba@suse.com>
[ tighten the accepted format ]
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/compression.c
fs/btrfs/super.c