diff --git a/mm/page-writeback.c b/mm/page-writeback.c index 45e187b2d97183a90df9a5ee8558404f9f1bd826..b4fd980a93eb5a9fbd74a56464453a24716b7301 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c @@ -922,7 +922,7 @@ static void global_update_bandwidth(unsigned long thresh, unsigned long now) { static DEFINE_SPINLOCK(dirty_lock); - static unsigned long update_time; + static unsigned long update_time = INITIAL_JIFFIES; /* * check locklessly first to optimize away locking for the most time