commit | 68189fef88c7d02eb92e038be3d6428ebd0d2945 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Sun May 01 01:08:08 2022 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon May 09 23:12:34 2022 -0400 |
tree | 27aa837e7dde746eca2904f548a3a17644a48337 | |
parent | 731222557a69003bb27280b0750183803fa79770 [diff] |
fs: Change try_to_free_buffers() to take a folio All but two of the callers already have a folio; pass a folio into try_to_free_buffers(). This removes the last user of cancel_dirty_page() so remove that wrapper function too. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Jeff Layton <jlayton@kernel.org>