commit | eb5913dfa5c103175cd1efe836f9c347e23b3232 | [log] [tgz] |
---|---|---|
author | Chen Gong <gongchen4@huawei.com> | Tue Sep 18 22:27:28 2018 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 27 10:09:01 2019 +0100 |
tree | a0ebe54af2783668c6925b5d3730fbebd74c0876 | |
parent | 34ac4c14f5d599ff760d848e90664a3d42812143 [diff] |
staging: erofs: replace BUG_ON with DBG_BUGON in data.c commit 9141b60cf6a53c99f8a9309bf8e1c6650a6785c1 upstream. This patch replace BUG_ON with DBG_BUGON in data.c, and add necessary error handler. Signed-off-by: Chen Gong <gongchen4@huawei.com> Reviewed-by: Gao Xiang <gaoxiang25@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>