Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254982
b: refs/heads/master
c: a803b80
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jul 18, 2011
1 parent eb85c53 commit 204218a
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: 1b71fe2efa31cd18c865db474a4cd473b6ab5281
refs/heads/master: a803b8067e317832d6a251c5b0486e36a4f81922
2 changes: 1 addition & 1 deletion trunk/fs/exofs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ struct dentry *exofs_get_parent(struct dentry *child)
unsigned long ino = exofs_parent_ino(child);

if (!ino)
return NULL;
return ERR_PTR(-ESTALE);

return d_obtain_alias(exofs_iget(child->d_inode->i_sb, ino));
}
Expand Down

0 comments on commit 204218a

Please sign in to comment.