erofs: drop redundant sanity check for ztailpacking inline
authorGao Xiang <hsiangkao@linux.alibaba.com>
Wed, 24 Sep 2025 03:28:26 +0000 (11:28 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 25 Sep 2025 03:26:39 +0000 (11:26 +0800)
commite2d3af0d64e5fe2ee269e8f082642f82bcca3903
treea2bf097da5fb71ec5fe112374624ca417e6be130
parent1cf12c7177410afcb53f815315d1247ea57fae4f
erofs: drop redundant sanity check for ztailpacking inline

It is already performed in z_erofs_map_blocks_fo().

Also align the error message with that used for the uncompressed
inline layout.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
fs/erofs/zdata.c
fs/erofs/zmap.c