Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206435
b: refs/heads/master
c: 55b1335
h: refs/heads/master
i:
  206433: 1ceb000
  206431: fdf5c3b
v: v3
  • Loading branch information
J. Bruce Fields committed Jul 23, 2010
1 parent d703e4a commit 67669a0
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: 43a9aa64a2f4330a9cb59aaf5c5636566bce067c
refs/heads/master: 55b13354d789dcf0b85db6d86fc3a9e57dca02c1
3 changes: 1 addition & 2 deletions trunk/fs/nfsd/vfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ nfsd_link(struct svc_rqst *rqstp, struct svc_fh *ffhp,
char *name, int len, struct svc_fh *tfhp)
{
struct dentry *ddir, *dnew, *dold;
struct inode *dirp, *dest;
struct inode *dirp;
__be32 err;
int host_err;

Expand Down Expand Up @@ -1660,7 +1660,6 @@ nfsd_link(struct svc_rqst *rqstp, struct svc_fh *ffhp,
goto out_nfserr;

dold = tfhp->fh_dentry;
dest = dold->d_inode;

host_err = mnt_want_write(tfhp->fh_export->ex_path.mnt);
if (host_err) {
Expand Down

0 comments on commit 67669a0

Please sign in to comment.