Re: [PATCH 2/2] erofs: get rid of an useless DBG_BUGON
From: Chao Yu
Date: Thu Mar 09 2023 - 09:34:50 EST
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 <hsiangkao@xxxxxxxxxxxxxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,