erofs: clean up z_erofs_pcluster_readmore()
authorYue Hu <huyue2@coolpad.com>
Thu, 25 May 2023 07:26:05 +0000 (15:26 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Mon, 29 May 2023 07:54:51 +0000 (15:54 +0800)
commit796e9149a2fcdba5543e247abd8d911a399bb9a6
treeb966877e986a8ccee3259af049f168ba06851264
parentef4b4b46c6aaf8edeea9a79320627fe10993f153
erofs: clean up z_erofs_pcluster_readmore()

`end` parameter is no needed since it's pointless for !backmost, we can
handle it with backmost internally.  And we only expand the trailing
edge, so the newstart can be replaced with ->headoffset.

Also, remove linux/prefetch.h inclusion since that is not used anymore
after commit 386292919c25 ("erofs: introduce readmore decompression
strategy").

Signed-off-by: Yue Hu <huyue2@coolpad.com>
Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230525072605.17857-1-zbestahu@gmail.com
[ Gao Xiang: update commit description. ]
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
fs/erofs/zdata.c