Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf372c0
)
No dput's, the VFS does this. Some sanity with rename appears to
author
braam
<braam>
Wed, 21 Aug 2002 19:30:13 +0000
(19:30 +0000)
committer
braam
<braam>
Wed, 21 Aug 2002 19:30:13 +0000
(19:30 +0000)
begin surfacing now.
lustre/llite/namei.c
patch
|
blob
|
history
diff --git
a/lustre/llite/namei.c
b/lustre/llite/namei.c
index
128b361
..
d0d6766
100644
(file)
--- a/
lustre/llite/namei.c
+++ b/
lustre/llite/namei.c
@@
-645,7
+645,6
@@
static int ll_rename(struct inode * old_dir, struct dentry * old_dentry,
if (new_inode) {
new_inode->i_ctime = CURRENT_TIME;
new_inode->i_nlink--;
- dput(new_dentry);
}
GOTO(out, err = new_dentry->d_it->it_status);
}