]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: use folio_end() where appropriate
authorDavid Sterba <dsterba@suse.com>
Tue, 10 Jun 2025 12:17:55 +0000 (14:17 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Jul 2025 21:58:01 +0000 (23:58 +0200)
commit55cd57faa5034674200aac4a91387c06c3f1170c
treee37adc448a3de29833d9cc7e9385f0b8b28992cc
parent89a3cc19e4e4158b3ffd746918227bc409f91e12
btrfs: use folio_end() where appropriate

Simplify folio_pos() + folio_size() and use the new helper.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/compression.h
fs/btrfs/defrag.c
fs/btrfs/extent_io.c
fs/btrfs/file.c
fs/btrfs/inode.c
fs/btrfs/ordered-data.c
fs/btrfs/subpage.c