diff options
Diffstat (limited to 'mm')
-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 37498ef61548..849d0ccbe914 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c | |||
@@ -1096,6 +1096,7 @@ void account_page_dirtied(struct page *page, struct address_space *mapping) | |||
1096 | task_io_account_write(PAGE_CACHE_SIZE); | 1096 | task_io_account_write(PAGE_CACHE_SIZE); |
1097 | } | 1097 | } |
1098 | } | 1098 | } |
1099 | EXPORT_SYMBOL(account_page_dirtied); | ||
1099 | 1100 | ||
1100 | /* | 1101 | /* |
1101 | * For address_spaces which do not use buffers. Just tag the page as dirty in | 1102 | * For address_spaces which do not use buffers. Just tag the page as dirty in |