Re: [PATCH 2/2] erofs: get rid of an useless DBG_BUGON

2023-03-09 Thread Chao Yu
On 2023/3/9 13:31, Gao Xiang wrote: `err` could be -EINTR and it should not be the case. Actually such DBG_BUGON is useless. Signed-off-by: Gao Xiang Reviewed-by: Chao Yu Thanks,

[PATCH 2/2] erofs: get rid of an useless DBG_BUGON

2023-03-08 Thread Gao Xiang
`err` could be -EINTR and it should not be the case. Actually such DBG_BUGON is useless. Signed-off-by: Gao Xiang --- fs/erofs/zmap.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/erofs/zmap.c b/fs/erofs/zmap.c index 8bf6d30518b6..655da4d739cb 100644 --- a/fs/erofs/zmap.c +++