Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109204
b: refs/heads/master
c: 2d8a10c
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Aug 25, 2008
1 parent 11e4899 commit 169d296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: cc996099174dc05b35b7a29301026987990e7f8c
refs/heads/master: 2d8a10cd1760e7ecc07a21e409485947c68a3291
3 changes: 1 addition & 2 deletions trunk/fs/efs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ struct dentry *efs_lookup(struct inode *dir, struct dentry *dentry, struct namei
}
unlock_kernel();

d_add(dentry, inode);
return NULL;
return d_splice_alias(inode, dentry);
}

static struct inode *efs_nfs_get_inode(struct super_block *sb, u64 ino,
Expand Down

0 comments on commit 169d296

Please sign in to comment.