Skip to content

Commit

Permalink
UBIFS: dump more in the lprops debugging check
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Bityutskiy <[email protected]>
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed May 16, 2011
1 parent 34bdc3e commit 1234603
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fs/ubifs/lprops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 1234603

Please sign in to comment.