commit | 135873258c6127077e2b0db83ddd08e3e4215b3b | [log] [tgz] |
---|---|---|
author | Li Zetao <lizetao1@huawei.com> | Thu Aug 29 02:29:00 2024 +0800 |
committer | David Sterba <dsterba@suse.com> | Tue Sep 10 16:51:21 2024 +0200 |
tree | 2cf83f9f4e6cd2bad5c18a9258c662fb63eb93e5 | |
parent | 884937793db595928961397dd3ec2287b40371c6 [diff] |
btrfs: convert submit_eb_subpage() to take a folio The old page API is being gradually replaced and converted to use folio to improve code readability and avoid repeated conversion between page and folio. Moreover, use folio_pos() instead of page_offset(), which is more consistent with folio usage. Signed-off-by: Li Zetao <lizetao1@huawei.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>