diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index a4c66846fb8f..c36297faf7cb 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
| @@ -868,6 +868,7 @@ int __set_page_dirty_no_writeback(struct page *page); | |||
| 868 | int redirty_page_for_writepage(struct writeback_control *wbc, | 868 | int redirty_page_for_writepage(struct writeback_control *wbc, |
| 869 | struct page *page); | 869 | struct page *page); |
| 870 | void account_page_dirtied(struct page *page, struct address_space *mapping); | 870 | void account_page_dirtied(struct page *page, struct address_space *mapping); |
| 871 | void account_page_writeback(struct page *page); | ||
| 871 | int set_page_dirty(struct page *page); | 872 | int set_page_dirty(struct page *page); |
| 872 | int set_page_dirty_lock(struct page *page); | 873 | int set_page_dirty_lock(struct page *page); |
| 873 | int clear_page_dirty_for_io(struct page *page); | 874 | int clear_page_dirty_for_io(struct page *page); |
