diff options
Diffstat (limited to 'mm/page-writeback.c')
-rw-r--r-- | mm/page-writeback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page-writeback.c b/mm/page-writeback.c index 45e187b2d971..b4fd980a93eb 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c | |||
@@ -922,7 +922,7 @@ static void global_update_bandwidth(unsigned long thresh, | |||
922 | unsigned long now) | 922 | unsigned long now) |
923 | { | 923 | { |
924 | static DEFINE_SPINLOCK(dirty_lock); | 924 | static DEFINE_SPINLOCK(dirty_lock); |
925 | static unsigned long update_time; | 925 | static unsigned long update_time = INITIAL_JIFFIES; |
926 | 926 | ||
927 | /* | 927 | /* |
928 | * check locklessly first to optimize away locking for the most time | 928 | * check locklessly first to optimize away locking for the most time |