]> www.infradead.org Git - users/willy/pagecache.git/commit
mm/filemap: Convert unaccount_page_cache_page to filemap_unaccount_folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 9 May 2021 00:04:05 +0000 (20:04 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 28 Sep 2021 16:45:35 +0000 (12:45 -0400)
commitfa3f44fb9c097d8408c8b142154c67b49b451a80
treeeff63e077d5c1e3033d1585e9b220534a80b9c19
parent694baa77a0f69b7a585063a67313942b13766519
mm/filemap: Convert unaccount_page_cache_page to filemap_unaccount_folio

Use folios throughout filemap_unaccount_folio(), except for the bug
handling path which would need to use total_mapcount(), which is currently
only defined for builds with THP enabled.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
include/linux/pagemap.h
mm/filemap.c