Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250446
b: refs/heads/master
c: 1234603
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed May 16, 2011
1 parent e145a70 commit 67a4b29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34bdc3e2578cae3162e481203a2980d55e184a73
refs/heads/master: 12346037a71809197b22e223c3a719190a26172d
4 changes: 4 additions & 0 deletions trunk/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 67a4b29

Please sign in to comment.