]> Gentwo Git Trees - linux/.git/commit
erofs: tidy up z_erofs_lz4_handle_overlap()
authorGao Xiang <hsiangkao@linux.alibaba.com>
Tue, 25 Nov 2025 17:01:02 +0000 (01:01 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Fri, 28 Nov 2025 13:59:51 +0000 (21:59 +0800)
commit9ae77198d4815c63fc8ebacc659c71d150d1e51b
tree7c8765c41a25f8fd75cb06a2e001e128238a8175
parentd53cd891f0e4311889349fff3a784dc552f814b9
erofs: tidy up z_erofs_lz4_handle_overlap()

 - Add some useful comments to explain inplace I/Os and decompression;

 - Rearrange the code to get rid of one unnecessary goto.

Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
fs/erofs/decompressor.c