diff mbox series

mm: remove the account_page_dirtied export

Message ID 20190605183702.30572-1-hch@lst.de (mailing list archive)
State New, archived
Headers show
Series mm: remove the account_page_dirtied export | expand

Commit Message

Christoph Hellwig June 5, 2019, 6:37 p.m. UTC
account_page_dirtied is only used by our set_page_dirty helpers
and should not be used anywhere else.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 mm/page-writeback.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/mm/page-writeback.c b/mm/page-writeback.c
index bdbe8b6b1225..1804f64ff43c 100644
--- a/mm/page-writeback.c
+++ b/mm/page-writeback.c
@@ -2429,7 +2429,6 @@  void account_page_dirtied(struct page *page, struct address_space *mapping)
 		this_cpu_inc(bdp_ratelimits);
 	}
 }
-EXPORT_SYMBOL(account_page_dirtied);
 
 /*
  * Helper function for deaccounting dirty page without writeback.