]> Git Repo - linux.git/commit
btrfs: convert submit_eb_subpage() to take a folio
authorLi Zetao <[email protected]>
Wed, 28 Aug 2024 18:29:00 +0000 (02:29 +0800)
committerDavid Sterba <[email protected]>
Tue, 10 Sep 2024 14:51:21 +0000 (16:51 +0200)
commit135873258c6127077e2b0db83ddd08e3e4215b3b
tree2cf83f9f4e6cd2bad5c18a9258c662fb63eb93e5
parent884937793db595928961397dd3ec2287b40371c6
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 <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/extent_io.c
This page took 0.05466 seconds and 4 git commands to generate.