]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: use struct btrfs_inode inside btrfs_remap_file_range()
authorDavid Sterba <dsterba@suse.com>
Tue, 18 Feb 2025 00:39:43 +0000 (01:39 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 18 Mar 2025 19:35:44 +0000 (20:35 +0100)
commit8b044e17e55aef2d64739a99f6f5d912a68f7f73
tree36d59a0bc4c82b723db4224360ce4a352bd426a9
parent61dbdeb870bbdab28cabe91f6fcbd320fcda4ff2
btrfs: use struct btrfs_inode inside btrfs_remap_file_range()

Use a struct btrfs_inode to btrfs_remap_file_range() as it's an internal
helper, allowing to remove some use of BTRFS_I.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/reflink.c