]> www.infradead.org Git - users/jedix/linux-maple.git/commit
erofs: remove a superfluous check for encoded extents
authorGao Xiang <hsiangkao@linux.alibaba.com>
Fri, 20 Jun 2025 15:31:08 +0000 (23:31 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Fri, 20 Jun 2025 15:41:12 +0000 (23:41 +0800)
commit417b8af2e30d7f131682a893ad79c506fd39c624
tree65dea68a44951948c06f5cbbf19df033469a1024
parent7869738b6908eec7755818aaf6f3aa068b2f0e1b
erofs: remove a superfluous check for encoded extents

It is possible when an inode is split into segments for multi-threaded
compression, and the tail extent of a segment could also be small.

Fixes: 1d191b4ca51d ("erofs: implement encoded extent metadata")
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20250620153108.1368029-1-hsiangkao@linux.alibaba.com
fs/erofs/zmap.c