]> Git Repo - linux.git/commit
btrfs: convert btrfs_cleanup_ordered_extents() to take a folio
authorJosef Bacik <[email protected]>
Wed, 24 Jul 2024 20:49:54 +0000 (16:49 -0400)
committerDavid Sterba <[email protected]>
Tue, 10 Sep 2024 14:51:15 +0000 (16:51 +0200)
commit94cea66d1c742585a9d6ffc7345d816e6a7e1f1b
treecb6b663cb28b51cd56c4c6bfdbe3ad25ca7410cc
parentb38ec94ab95b6aa0c6d636ff264a3b150a32c8ca
btrfs: convert btrfs_cleanup_ordered_extents() to take a folio

Now that btrfs_cleanup_ordered_extents is operating mostly with folios,
update it to use a folio instead of a page, and the update the function
and the callers as appropriate.

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