From 5a39fa49e6ebdf42371ca902b28512ec17f0def1 Mon Sep 17 00:00:00 2001 From: Rahul Deshmukh Date: Thu, 19 Aug 2010 10:29:34 +0400 Subject: [PATCH] b=22882 MMP might sleep negative time b=22882 MMP might sleep negative time i=andreas i=girish Ported MMP might sleep negative time patch. --- ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch b/ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch index c608907..3ce0748 100644 --- a/ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch +++ b/ldiskfs/kernel_patches/patches/ext3-mmp-2.6.18-vanilla.patch @@ -220,7 +220,7 @@ Index: linux-stage/fs/ext3/super.c + + diff = jiffies - last_update_time; + if (diff < mmp_update_interval * HZ) -+ schedule_timeout_interruptible(EXT3_MMP_UPDATE_INTERVAL* ++ schedule_timeout_interruptible(mmp_update_interval* + HZ - diff); + + /* -- 1.8.3.1