[PATCH] mm: balance dirty pages
[firefly-linux-kernel-4.4.55.git] / include / linux / writeback.h
index 0422036af4ebb2ba99c3ca7f05775aa53a03226a..56a23a0e7f2eb218a91fd889fb86bbdb3471bcef 100644 (file)
@@ -116,6 +116,7 @@ int sync_page_range(struct inode *inode, struct address_space *mapping,
                        loff_t pos, loff_t count);
 int sync_page_range_nolock(struct inode *inode, struct address_space *mapping,
                           loff_t pos, loff_t count);
+void set_page_dirty_balance(struct page *page);
 
 /* pdflush.c */
 extern int nr_pdflush_threads; /* Global so it can be exported to sysctl