]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: pass struct btrfs_inode to clone_copy_inline_extent()
authorDavid Sterba <dsterba@suse.com>
Tue, 18 Feb 2025 00:31:38 +0000 (01:31 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 18 Mar 2025 19:35:44 +0000 (20:35 +0100)
commit65a66afd1ee5b2770fde296663baa0f79af56bc7
tree6dfa2ac844aa1db8c88d98281d6fd539dadcb403
parent41c5a5dc73df16c7167c2eab6acf5f9f5114e236
btrfs: pass struct btrfs_inode to clone_copy_inline_extent()

Pass a struct btrfs_inode to clone_copy_inline_extent() as it's an
internal interface, 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