diff options
Diffstat (limited to 'mm/page-writeback.c')
-rw-r--r-- | mm/page-writeback.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/page-writeback.c b/mm/page-writeback.c index 0e309cd1b5b9..0e6dd5c2ed31 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c | |||
@@ -1322,6 +1322,7 @@ void account_page_dirtied(struct page *page, struct address_space *mapping) | |||
1322 | __inc_zone_page_state(page, NR_FILE_DIRTY); | 1322 | __inc_zone_page_state(page, NR_FILE_DIRTY); |
1323 | __inc_zone_page_state(page, NR_DIRTIED); | 1323 | __inc_zone_page_state(page, NR_DIRTIED); |
1324 | __inc_bdi_stat(mapping->backing_dev_info, BDI_RECLAIMABLE); | 1324 | __inc_bdi_stat(mapping->backing_dev_info, BDI_RECLAIMABLE); |
1325 | __inc_bdi_stat(mapping->backing_dev_info, BDI_DIRTIED); | ||
1325 | task_dirty_inc(current); | 1326 | task_dirty_inc(current); |
1326 | task_io_account_write(PAGE_CACHE_SIZE); | 1327 | task_io_account_write(PAGE_CACHE_SIZE); |
1327 | } | 1328 | } |