Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164892
b: refs/heads/master
c: a4255e4
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed Sep 23, 2009
1 parent 701d293 commit 28543c0
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: 9f6c1333938c5d93da8be8f29f3b5469a3c00f95
refs/heads/master: a4255e4c1c41f906488ae4d3fa328a66695cf200
2 changes: 1 addition & 1 deletion trunk/fs/ext2/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static struct dentry *ext2_lookup(struct inode * dir, struct dentry *dentry, str
if (PTR_ERR(inode) == -ESTALE) {
ext2_error(dir->i_sb, __func__,
"deleted inode referenced: %lu",
ino);
(unsigned long) ino);
return ERR_PTR(-EIO);
} else {
return ERR_CAST(inode);
Expand Down

0 comments on commit 28543c0

Please sign in to comment.