Re: [PATCH 2/2] btrfs: compression: replace set_level callbacks by a common helper

2019-08-11 Thread kbuild test robot
Hi David, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc3 next-20190809] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/David-Ster

Re: [PATCH 2/2] btrfs: compression: replace set_level callbacks by a common helper

2019-08-11 Thread kbuild test robot
Hi David, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc3 next-20190809] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/David-Ster

[PATCH 2/2] btrfs: compression: replace set_level callbacks by a common helper

2019-08-09 Thread David Sterba
The set_level callbacks do not do anything special and can be replaced by a helper that uses the levels defined in the tables. Signed-off-by: David Sterba --- fs/btrfs/compression.c | 20 ++-- fs/btrfs/compression.h | 9 ++--- fs/btrfs/lzo.c | 6 -- fs/btrfs/zli