提交 12346037 编写于 作者: A Artem Bityutskiy

UBIFS: dump more in the lprops debugging check

Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
上级 34bdc3e2
......@@ -1108,6 +1108,10 @@ static int scan_check_cb(struct ubifs_info *c,
sleb = ubifs_scan(c, lnum, 0, buf, 0);
if (IS_ERR(sleb)) {
ret = PTR_ERR(sleb);
if (ret == -EUCLEAN) {
dbg_dump_lprops(c);
dbg_dump_budg(c, &c->bi);
}
goto out;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册