Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45844
b: refs/heads/master
c: 621997c
h: refs/heads/master
v: v3
  • Loading branch information
Eric Van Hensbergen authored and Linus Torvalds committed Jan 26, 2007
1 parent 6ecc2e3 commit 1416520
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: f94b347059809aecd97af53a084fe5f3db045d92
refs/heads/master: 621997cd392a541bbe964e7521e2e4b2a7a03c4e
2 changes: 1 addition & 1 deletion trunk/fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ v9fs_vfs_rename(struct inode *old_dir, struct dentry *old_dentry,
/* 9P can only handle file rename in the same directory */
if (memcmp(&olddirfid->qid, &newdirfid->qid, sizeof(newdirfid->qid))) {
dprintk(DEBUG_ERROR, "old dir and new dir are different\n");
retval = -EPERM;
retval = -EXDEV;
goto FreeFcallnBail;
}

Expand Down

0 comments on commit 1416520

Please sign in to comment.