Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377679
b: refs/heads/master
c: f28c06f
h: refs/heads/master
i:
  377677: d0594e6
  377675: 1569347
  377671: bdf3099
  377663: 8398b23
v: v3
  • Loading branch information
Dan Carpenter authored and Jaegeuk Kim committed May 28, 2013
1 parent 05285c1 commit 6c034ec
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6f6fd833e1857e79a363fb20497237367bcfb7ee
refs/heads/master: f28c06fa6f3d3215a1ba5e62ebc5ce7229d7a895
3 changes: 2 additions & 1 deletion trunk/fs/f2fs/recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ static int recover_dentry(struct page *ipage, struct inode *inode)
out:
f2fs_msg(inode->i_sb, KERN_NOTICE, "recover_inode and its dentry: "
"ino = %x, name = %s, dir = %lx, err = %d",
ino_of_node(ipage), raw_inode->i_name, dir->i_ino, err);
ino_of_node(ipage), raw_inode->i_name,
IS_ERR(dir) ? 0 : dir->i_ino, err);
return err;
}

Expand Down

0 comments on commit 6c034ec

Please sign in to comment.