Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213009
b: refs/heads/master
c: 8c893a5
h: refs/heads/master
i:
  213007: 7c21922
v: v3
  • Loading branch information
Vasiliy Kulikov authored and Artem Bityutskiy committed Sep 7, 2010
1 parent 1a7dcc9 commit 0d511d7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0e54c8992a35ab8126e8a7661007ddc1745a2597
refs/heads/master: 8c893a5545ca772744376295690723dcb0b47d96
3 changes: 3 additions & 0 deletions trunk/fs/ubifs/lpt_commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,9 @@ static int make_tree_dirty(struct ubifs_info *c)
struct ubifs_pnode *pnode;

pnode = pnode_lookup(c, 0);
if (IS_ERR(pnode))
return PTR_ERR(pnode);

while (pnode) {
do_make_pnode_dirty(c, pnode);
pnode = next_pnode_to_dirty(c, pnode);
Expand Down

0 comments on commit 0d511d7

Please sign in to comment.