From 87c5f0a745720ee5e365a6cb2d23590d72b0526e Mon Sep 17 00:00:00 2001 From: braam Date: Wed, 21 Aug 2002 19:30:13 +0000 Subject: [PATCH] No dput's, the VFS does this. Some sanity with rename appears to begin surfacing now. --- lustre/llite/namei.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/llite/namei.c b/lustre/llite/namei.c index 128b361..d0d6766 100644 --- 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); } -- 1.8.3.1