Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305141
b: refs/heads/master
c: edf6be2
h: refs/heads/master
i:
  305139: 1f71ee7
v: v3
  • Loading branch information
Artem Bityutskiy committed May 16, 2012
1 parent 1d2af70 commit 7ffc6f3
Show file tree
Hide file tree
Showing 20 changed files with 161 additions and 164 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c46d0ae29ba880963db283706950de7aa86c0a0
refs/heads/master: edf6be245fd34a4438646375cecb11f5feb92646
4 changes: 2 additions & 2 deletions trunk/fs/ubifs/commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,13 +715,13 @@ int dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot)

out_dump:
dbg_err("dumping index node (iip=%d)", i->iip);
dbg_dump_node(c, idx);
ubifs_dump_node(c, idx);
list_del(&i->list);
kfree(i);
if (!list_empty(&list)) {
i = list_entry(list.prev, struct idx_node, list);
dbg_err("dumping parent index node");
dbg_dump_node(c, &i->idx);
ubifs_dump_node(c, &i->idx);
}
out_free:
while (!list_empty(&list)) {
Expand Down
Loading

0 comments on commit 7ffc6f3

Please sign in to comment.