Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174349
b: refs/heads/master
c: b38882f
h: refs/heads/master
i:
  174347: 206051e
v: v3
  • Loading branch information
Roel Kluin authored and Artem Bityutskiy committed Dec 8, 2009
1 parent e274fa7 commit 7f98027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6afaf8a484cbbfd2ccf58a4e5396d1f280469789
refs/heads/master: b38882f5c066dc681679e90f1903eda323e605b1
2 changes: 1 addition & 1 deletion trunk/fs/ubifs/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@ static int check_leaf(struct ubifs_info *c, struct ubifs_zbranch *zbr,
inum = key_inum_flash(c, &dent->key);
fscki1 = read_add_inode(c, priv, inum);
if (IS_ERR(fscki1)) {
err = PTR_ERR(fscki);
err = PTR_ERR(fscki1);
ubifs_err("error %d while processing entry node and "
"trying to find parent inode node %lu",
err, (unsigned long)inum);
Expand Down

0 comments on commit 7f98027

Please sign in to comment.