erofs: get rid of a useless DBG_BUGON
authorGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 9 Mar 2023 05:31:48 +0000 (13:31 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 9 Mar 2023 15:36:01 +0000 (23:36 +0800)
commit9ff471800b74f5f952c7e75a0355f1d30ee2b046
tree152b8805058c6d438a8b0cd06cb1a8a72b08f784
parent647dd2c3f0e16b71a1a77897d038164d48eea154
erofs: get rid of a useless DBG_BUGON

`err` could be -EINTR and it should not be the case.  Actually such
DBG_BUGON is useless.

Reviewed-by: Chao Yu <chao@kernel.org>
Link: https://lore.kernel.org/r/20230309053148.9223-2-hsiangkao@linux.alibaba.com
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
fs/erofs/zmap.c