Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76105
b: refs/heads/master
c: da8a41d
h: refs/heads/master
i:
  76103: 919c94b
v: v3
  • Loading branch information
Dave Kleikamp committed Jan 3, 2008
1 parent e7300d1 commit 412de3b
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: 09aaa749f637b19c308464c2b65a001e67c2a16c
refs/heads/master: da8a41d19233c2bdcc59447aedc808fcdaabf5b7
2 changes: 1 addition & 1 deletion trunk/fs/jfs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ static int jfs_rename(struct inode *old_dir, struct dentry *old_dentry,
*/
rc = dtSearch(new_dir, &new_dname, &ino, &btstack, JFS_LOOKUP);
if (!rc) {
if ((new_ip == 0) || (ino != new_ip->i_ino)) {
if ((!new_ip) || (ino != new_ip->i_ino)) {
rc = -ESTALE;
goto out3;
}
Expand Down

0 comments on commit 412de3b

Please sign in to comment.