Re: [PATCH 04/49] btrfs: Use U-Boot API for decompression

2021-05-04 Thread Simon Glass
Hi Marek, On Mon, 3 May 2021 at 17:45, Marek Behun wrote: > > On Mon, 3 May 2021 17:10:51 -0600 > Simon Glass wrote: > > > Use the common function to avoid code duplication. > > > > Signed-off-by: Simon Glass > > Is this tested? Why only zstd? No, there are no tests for zstd, as I mentioned i

Re: [PATCH 04/49] btrfs: Use U-Boot API for decompression

2021-05-03 Thread Marek Behun
On Mon, 3 May 2021 17:10:51 -0600 Simon Glass wrote: > Use the common function to avoid code duplication. > > Signed-off-by: Simon Glass Is this tested? Why only zstd? marek

Re: [PATCH 04/49] btrfs: Use U-Boot API for decompression

2021-05-03 Thread Qu Wenruo
On 2021/5/4 上午7:10, Simon Glass wrote: Use the common function to avoid code duplication. Signed-off-by: Simon Glass Acked-by: Qu Wenruo Thanks, Qu --- (no changes since v1) fs/btrfs/compression.c | 51 +- 1 file changed, 5 insertions(+), 46

[PATCH 04/49] btrfs: Use U-Boot API for decompression

2021-05-03 Thread Simon Glass
Use the common function to avoid code duplication. Signed-off-by: Simon Glass --- (no changes since v1) fs/btrfs/compression.c | 51 +- 1 file changed, 5 insertions(+), 46 deletions(-) diff --git a/fs/btrfs/compression.c b/fs/btrfs/compression.c index 2