diff options
Diffstat (limited to 'mm/page-writeback.c')
-rw-r--r-- | mm/page-writeback.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mm/page-writeback.c b/mm/page-writeback.c index 2c90357c34ea..3e4d65445fa7 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c | |||
@@ -1542,7 +1542,9 @@ static void balance_dirty_pages(struct address_space *mapping, | |||
1542 | for (;;) { | 1542 | for (;;) { |
1543 | unsigned long now = jiffies; | 1543 | unsigned long now = jiffies; |
1544 | unsigned long dirty, thresh, bg_thresh; | 1544 | unsigned long dirty, thresh, bg_thresh; |
1545 | unsigned long m_dirty, m_thresh, m_bg_thresh; | 1545 | unsigned long m_dirty = 0; /* stop bogus uninit warnings */ |
1546 | unsigned long m_thresh = 0; | ||
1547 | unsigned long m_bg_thresh = 0; | ||
1546 | 1548 | ||
1547 | /* | 1549 | /* |
1548 | * Unstable writes are a feature of certain networked | 1550 | * Unstable writes are a feature of certain networked |