Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124966
b: refs/heads/master
c: 5a6bb10
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and OGAWA Hirofumi committed Nov 11, 2008
1 parent 02fa641 commit 0e3f3be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 985eafcc5480b0d98419b96869f2560abb2764c7
refs/heads/master: 5a6bb10393eb9a1985e97af12f0cb2906bcbf1af
2 changes: 2 additions & 0 deletions trunk/fs/fat/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,8 @@ static struct dentry *fat_get_parent(struct dentry *child)
brelse(bh);

parent = d_obtain_alias(inode);
if (!IS_ERR(parent))
parent->d_op = sb->s_root->d_op;
out:
unlock_super(sb);

Expand Down

0 comments on commit 0e3f3be

Please sign in to comment.