Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167889
b: refs/heads/master
c: 9a3936a
h: refs/heads/master
i:
  167887: 286fa79
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Oct 26, 2009
1 parent 9a95ec0 commit 49c811f
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: 141aeb9f26f9f12f1584c128ce8697cdffb046e7
refs/heads/master: 9a3936aac133037f65124fcb2d676a6c201a90a4
2 changes: 2 additions & 0 deletions trunk/fs/nfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -1536,6 +1536,8 @@ nfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry)
old_dentry->d_parent->d_name.name, old_dentry->d_name.name,
dentry->d_parent->d_name.name, dentry->d_name.name);

nfs_inode_return_delegation(inode);

d_drop(dentry);
error = NFS_PROTO(dir)->link(inode, dir, &dentry->d_name);
if (error == 0) {
Expand Down

0 comments on commit 49c811f

Please sign in to comment.