aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/async-thread.c
diff options
context:
space:
mode:
authorGoldwyn Rodrigues <rgoldwyn@suse.de>2024-01-10 19:56:13 -0600
committerDavid Sterba <dsterba@suse.com>2024-03-04 16:24:45 +0100
commitdf055afe9bec5a62e0ad8135829b5359332fd1a9 (patch)
tree91025decc0c3dc8c2c287d08bd0f806069e209b4 /fs/btrfs/async-thread.c
parentbtrfs: use a folio array throughout the defrag process (diff)
downloadlinux-rng-df055afe9bec5a62e0ad8135829b5359332fd1a9.tar.xz
linux-rng-df055afe9bec5a62e0ad8135829b5359332fd1a9.zip
btrfs: page to folio conversion in btrfs_truncate_block()
Convert use of struct page to struct folio inside btrfs_truncate_block(). The only page based function is set_page_extent_mapped(). All other functions have folio equivalents. Had to use __filemap_get_folio() because filemap_grab_folio() does not allow passing allocation mask as a parameter. Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Reviewed-by: Boris Burkov <boris@bur.io> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/async-thread.c')
0 files changed, 0 insertions, 0 deletions