Re: [PATCH 10/11] btrfs: zstd use the passed through level instead of default

2019-01-29 Thread Nikolay Borisov
On 28.01.19 г. 23:24 ч., Dennis Zhou wrote: > Zstd currently only supports the default level of compression. This > patch switches to using the level passed in for btrfs zstd > configuration. > > Zstd workspaces now keep track of the requested level as this can differ > from the size of the wor

[PATCH 10/11] btrfs: zstd use the passed through level instead of default

2019-01-28 Thread Dennis Zhou
Zstd currently only supports the default level of compression. This patch switches to using the level passed in for btrfs zstd configuration. Zstd workspaces now keep track of the requested level as this can differ from the size of the workspace. Signed-off-by: Dennis Zhou --- fs/btrfs/zstd.c |