ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()
authorMatthew Wilcox <willy@infradead.org>
Fri, 24 Mar 2023 18:01:08 +0000 (18:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2023 17:39:51 +0000 (13:39 -0400)
commite8d6062c50acbf1aba88ca6adaa1bcda058abeab
treed1b33294528827d2ab15a29105de3f671dfa2059
parent33483b3b6ee4328f37c3dcf702ba979e6a00bf8f
ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()

The only caller now has a folio so pass it in directly and avoid the call
to page_folio() at the beginning.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Link: https://lore.kernel.org/r/20230324180129.1220691-9-willy@infradead.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/inode.c
fs/ext4/page-io.c