Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229092
b: refs/heads/master
c: 8057b96
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Jan Kara committed Jan 10, 2011
1 parent 3db77af commit 85ac5ea
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: 0ed0cca7aa87b1f5708f597075013c20d8359667
refs/heads/master: 8057b9653923bd762d89ccb730c76cba40ce96f0
2 changes: 1 addition & 1 deletion trunk/fs/ext3/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ static struct dentry *ext3_lookup(struct inode * dir, struct dentry *dentry, str
return ERR_PTR(-EIO);
}
inode = ext3_iget(dir->i_sb, ino);
if (unlikely(IS_ERR(inode))) {
if (IS_ERR(inode)) {
if (PTR_ERR(inode) == -ESTALE) {
ext3_error(dir->i_sb, __func__,
"deleted inode referenced: %lu",
Expand Down

0 comments on commit 85ac5ea

Please sign in to comment.