]> www.infradead.org Git - users/willy/pagecache.git/commit
erofs: Convert to release_folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 1 May 2022 03:29:26 +0000 (23:29 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 10 May 2022 03:12:33 +0000 (23:12 -0400)
commit8c5de05e41d4850db271f35fe25f8dd43e4beaeb
tree3154a956ee7ec22b7a33d8a8079de92f9b3dec49
parenteef15ea146f82a06487c4b1d6a545a97b0401cd3
erofs: Convert to release_folio

Use a folio in erofs_managed_cache_release_folio(), but use of folios
should be pushed into erofs_try_to_free_cached_page().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
fs/erofs/super.c