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>
This commit is contained in:
parent
219f8a2e25
commit
ac1c3e49a9
|
@ -2429,7 +2429,6 @@ void account_page_dirtied(struct page *page, struct address_space *mapping)
|
||||||
this_cpu_inc(bdp_ratelimits);
|
this_cpu_inc(bdp_ratelimits);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(account_page_dirtied);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Helper function for deaccounting dirty page without writeback.
|
* Helper function for deaccounting dirty page without writeback.
|
||||||
|
|
Loading…
Reference in New Issue