diff options
author | Jens Axboe <axboe@fb.com> | 2015-03-13 15:24:49 +0100 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-03-13 15:24:49 +0100 |
commit | 64f9b683b6418d946101a9068d133b6daa3a22aa (patch) | |
tree | b3a6bc7255631c4f1c270b1d2123b362689f9a61 /mm | |
parent | Merge branch 'akpm' (patches from Andrew) (diff) | |
parent | blk-mq: fix use of incorrect goto label in blk_mq_init_queue error path (diff) | |
download | linux-64f9b683b6418d946101a9068d133b6daa3a22aa.tar.xz linux-64f9b683b6418d946101a9068d133b6daa3a22aa.zip |
Merge branch 'for-linus' into for-4.1/core
Diffstat (limited to 'mm')
-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, 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 |