From b90dad253d1a1484ea9677a1221ec315c5de4132 Mon Sep 17 00:00:00 2001
From: yangsheng <yangsheng>
Date: Mon, 17 Dec 2007 08:04:14 +0000
Subject: [PATCH] Branch b1_6 b=14289 i=johann i=scjody

Update to RHEL5 Update-1 kernel-2.6.18-53.el5.
---
 ldiskfs/kernel_patches/patches/iopen-2.6.18-rhel5.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ldiskfs/kernel_patches/patches/iopen-2.6.18-rhel5.patch b/ldiskfs/kernel_patches/patches/iopen-2.6.18-rhel5.patch
index 1d075ff2cb..2af2d7bf07 100644
--- a/ldiskfs/kernel_patches/patches/iopen-2.6.18-rhel5.patch
+++ b/ldiskfs/kernel_patches/patches/iopen-2.6.18-rhel5.patch
@@ -163,7 +163,7 @@ Index: linux-2.6.18.8/fs/ext3/iopen.c
 +	security_d_instantiate(goal, inode);
 +	__d_drop(dentry);
 +	d_rehash_cond(dentry, 0);
-+	__d_move(goal, dentry);
++	d_move_locked(goal, dentry);
 +	spin_unlock(&dcache_lock);
 +	iput(inode);
 +
-- 
GitLab