Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229091
b: refs/heads/master
c: 0ed0cca
h: refs/heads/master
i:
  229089: 9ca6fa1
  229087: 46ec34a
v: v3
  • Loading branch information
Tobias Klauser authored and Jan Kara committed Jan 10, 2011
1 parent 720345e commit 3db77af
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: a4ae3094869f18e26ece25ad175bbe4cd740e60b
refs/heads/master: 0ed0cca7aa87b1f5708f597075013c20d8359667
2 changes: 1 addition & 1 deletion trunk/fs/ext2/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static struct dentry *ext2_lookup(struct inode * dir, struct dentry *dentry, str
inode = NULL;
if (ino) {
inode = ext2_iget(dir->i_sb, ino);
if (unlikely(IS_ERR(inode))) {
if (IS_ERR(inode)) {
if (PTR_ERR(inode) == -ESTALE) {
ext2_error(dir->i_sb, __func__,
"deleted inode referenced: %lu",
Expand Down

0 comments on commit 3db77af

Please sign in to comment.