commit | 621db4880d305bc37b343b1671e03b7eb5d61389 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Sat May 08 20:04:05 2021 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue Jan 04 13:15:33 2022 -0500 |
tree | 06e54c7f86831be91a549b588112448607e19cb5 | |
parent | a548b615834548c202548ca2acbf7b42a17003d7 [diff] |
filemap: Add filemap_unaccount_folio() Replace unaccount_page_cache_page() with filemap_unaccount_folio(). The bug handling path could be a bit more robust (eg taking into account the mapcounts of tail pages), but it's really never supposed to happen. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: William Kucharski <william.kucharski@oracle.com>