Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31419
b: refs/heads/master
c: 270d56e
h: refs/heads/master
i:
  31417: d622b7f
  31415: 01fd5f4
v: v3
  • Loading branch information
David M. Richter authored and Linus Torvalds committed Jun 30, 2006
1 parent 325beec commit e42e6e9
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6e46d8a9ccbcd3273bdb6902ca2b6da62c253e73
refs/heads/master: 270d56e536dcd37cc819a6adb51d918185411048
5 changes: 3 additions & 2 deletions trunk/fs/nfsd/vfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1517,14 +1517,15 @@ nfsd_link(struct svc_rqst *rqstp, struct svc_fh *ffhp,
err = nfserrno(err);
}

fh_unlock(ffhp);
dput(dnew);
out_unlock:
fh_unlock(ffhp);
out:
return err;

out_nfserr:
err = nfserrno(err);
goto out;
goto out_unlock;
}

/*
Expand Down

0 comments on commit e42e6e9

Please sign in to comment.