mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 08:40:53 +07:00
UBIFS: dump more in the lprops debugging check
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
This commit is contained in:
parent
34bdc3e257
commit
12346037a7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user