jbd2: Convert release_buffer_page() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 1 May 2022 04:52:35 +0000 (00:52 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 10 May 2022 03:12:33 +0000 (23:12 -0400)
commit731222557a69003bb27280b0750183803fa79770
tree107aaac438022e05a7c93d4bb5e796d083fe6551
parentc56a6eb03deb187c989a966fda5a254249b56c2a
jbd2: Convert release_buffer_page() to use a folio

Saves a few calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
fs/jbd2/commit.c