]> Git Repo - linux.git/commit
btrfs: convert end_page_read() to take a folio
authorJosef Bacik <[email protected]>
Tue, 23 Jul 2024 20:16:20 +0000 (16:16 -0400)
committerDavid Sterba <[email protected]>
Tue, 10 Sep 2024 14:51:13 +0000 (16:51 +0200)
commit645006d87cd8236855eedc860ef16842c34e1296
tree93c642b0a464cc379c21a095f966af81fb290897
parente19317ed9e7c5b8646713d3d7b53b8312673faa4
btrfs: convert end_page_read() to take a folio

We have this helper function to set the page range uptodate once we're
done reading it, as well as run fsverity against it.  Half of these
functions already take a folio, just rename this to end_folio_read and
then rework it to take a folio instead, and update everything
accordingly.

Signed-off-by: Josef Bacik <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/extent_io.c
This page took 0.054779 seconds and 4 git commands to generate.