init/Kconfig: move the trusted keyring config option to general setup
[pandora-kernel.git] / mm / page-writeback.c
index 7106cb1..ef41349 100644 (file)
@@ -1562,9 +1562,9 @@ pause:
                bdi_start_background_writeback(bdi);
 }
 
-void set_page_dirty_balance(struct page *page, int page_mkwrite)
+void set_page_dirty_balance(struct page *page)
 {
-       if (set_page_dirty(page) || page_mkwrite) {
+       if (set_page_dirty(page)) {
                struct address_space *mapping = page_mapping(page);
 
                if (mapping)