FROMGIT: erofs: remove the fast path of per-CPU buffer decompression
As Xiang mentioned, such path has no real impact to our current decompression strategy, remove it directly. Also, update the return value of z_erofs_lz4_decompress() to 0 if success to keep consistent with LZMA which will return 0 as well for that case. Link: https://lore.kernel.org/r/20211014065744.1787-1-zbestahu@gmail.com Reviewed-by:Gao Xiang <hsiangkao@linux.alibaba.com> Signed-off-by:
Yue Hu <huyue2@yulong.com> Signed-off-by:
Gao Xiang <hsiangkao@linux.alibaba.com> (cherry picked from commit 8279e932 https://android.googlesource.com/kernel/common android13-5.10) BUG=b:273658215 TEST=`tast run $DUT arc.Boot.vm` TEST=`tast run $DUT arc.Playstore.vm` Change-Id: Id5c46cd7a889dd99a3fe839fe2c8869465677e67 Signed-off-by:
Ryuichiro Chiba <chibar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/4583881 Reviewed-by:
Hikaru Nishida <hikalium@chromium.org> Reviewed-by:
Sean Paul <sean@poorly.run>
Loading
Please sign in to comment