]> Git Repo - linux.git/commit
btrfs: convert get_next_extent_buffer() to take a folio
authorLi Zetao <[email protected]>
Wed, 28 Aug 2024 18:28:56 +0000 (02:28 +0800)
committerDavid Sterba <[email protected]>
Tue, 10 Sep 2024 14:51:20 +0000 (16:51 +0200)
commitd4aeb5f7a7e67d780e3eaae0b6e7d4e2d31042ee
tree6a061f05d08884c91f042313db0bd12c407c472c
parent266a9361a4cb196ef5e5b4bb0a6c7f8bf2139825
btrfs: convert get_next_extent_buffer() 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. 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.044319 seconds and 4 git commands to generate.