mm: remove the account_page_dirtied export
authorChristoph Hellwig <hch@lst.de>
Fri, 12 Jul 2019 03:54:46 +0000 (20:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Jul 2019 18:05:42 +0000 (11:05 -0700)
commitac1c3e49a9a734150b33297eeca5b43d92fd5be8
tree253b90890ec861d1c8c17d5e84557528e2d2bf92
parent219f8a2e25f0abbe222b170a0de2fd38c22d43ad
mm: remove the account_page_dirtied export

account_page_dirtied() is only used by our set_page_dirty() helpers and
should not be used anywhere else.

Link: http://lkml.kernel.org/r/20190605183702.30572-1-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page-writeback.c