The patch titled Subject: mm: remove the account_page_dirtied export has been added to the -mm tree. Its filename is mm-remove-the-account_page_dirtied-export.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-remove-the-account_page_dirtied-export.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-remove-the-account_page_dirtied-export.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Christoph Hellwig <hch@xxxxxx> Subject: 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@xxxxxx Signed-off-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page-writeback.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/page-writeback.c~mm-remove-the-account_page_dirtied-export +++ a/mm/page-writeback.c @@ -2429,7 +2429,6 @@ void account_page_dirtied(struct page *p this_cpu_inc(bdp_ratelimits); } } -EXPORT_SYMBOL(account_page_dirtied); /* * Helper function for deaccounting dirty page without writeback. _ Patches currently in -mm which might be from hch@xxxxxx are mm-remove-the-account_page_dirtied-export.patch mm-fix-an-overly-long-line-in-read_cache_page.patch mm-dont-cast-readpage-to-filler_t-for-do_read_cache_page.patch jffs2-pass-the-correct-prototype-to-read_cache_page.patch 9p-pass-the-correct-prototype-to-read_cache_page.patch byteorder-sanity-check-toolchain-vs-kernel-endianess.patch