Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31412
b: refs/heads/master
c: a56f393
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Jun 30, 2006
1 parent a3d05ec commit a887dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8c2a6a40902323b739e4e740ebf91ee357a5de5b
refs/heads/master: a56f39375a7bd183149c18286389e4a58ac9bc95
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/vfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen,
tdir = tdentry->d_inode;

err = (rqstp->rq_vers == 2) ? nfserr_acces : nfserr_xdev;
if (fdir->i_sb != tdir->i_sb)
if (ffhp->fh_export != tfhp->fh_export)
goto out;

err = nfserr_perm;
Expand Down

0 comments on commit a887dbf

Please sign in to comment.