commit | f93ee0df51397a9432250798a93d2271ab86bb69 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Sat Apr 20 03:49:57 2024 +0100 |
committer | David Sterba <dsterba@suse.com> | Tue May 07 21:31:10 2024 +0200 |
tree | e701ab20a010a2efb7778b65ae61e7f95d8f80ee | |
parent | c94b7349b8592d2787284d470c10a17583c9d205 [diff] |
btrfs: convert super block writes to folio in write_dev_supers() This is a direct conversion from pages to folios, assuming single page folio. Also removes some calls to obsolete APIs and some hidden calls to compound_head(). Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>