btrfs: convert put_file_data() to folios
authorGoldwyn Rodrigues <rgoldwyn@suse.com>
Tue, 23 Jan 2024 19:28:07 +0000 (13:28 -0600)
committerDavid Sterba <dsterba@suse.com>
Tue, 7 May 2024 19:31:01 +0000 (21:31 +0200)
commit01b69bf9906bf5bbea79c5427e318a836d5d14e3
tree8f58b5d09da526f013b92d5e014c3100c2aff349
parenta16c2c48f438e9edd3330f0754fa129108f2e9b3
btrfs: convert put_file_data() to folios

Use folio instead of page in put_file_data(). Add a warning in case
higher order folio is found, this will be implemented in the future.

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/send.c