Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12346037 authored by Artem Bityutskiy's avatar Artem Bityutskiy
Browse files

UBIFS: dump more in the lprops debugging check

parent 34bdc3e2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
	}