Whamcloud - gitweb
b=22882 MMP might sleep negative time
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / ext3-mmp-2.6.18-vanilla.patch
index c608907..3ce0748 100644 (file)
@@ -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);
 +
 +              /*