Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250434
b: refs/heads/master
c: 6d5904e
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed May 13, 2011
1 parent b5f6220 commit 3fd2d5c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bcdca3e10ac22c208955a63c907a0988550bc666
refs/heads/master: 6d5904e062d5cb28b705d49a35682e0871b3f382
2 changes: 2 additions & 0 deletions trunk/fs/ubifs/recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,8 @@ int ubifs_rcvry_gc_commit(struct ubifs_info *c)
lnum = ubifs_find_free_leb_for_idx(c);
if (lnum < 0) {
dbg_err("could not find an empty LEB");
dbg_dump_lprops(c);
dbg_dump_budg(c, &c->bi);
return lnum;
}
/* And reset the index flag */
Expand Down

0 comments on commit 3fd2d5c

Please sign in to comment.