]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: pass struct btrfs_inode to btrfs_double_mmap_unlock()
authorDavid Sterba <dsterba@suse.com>
Tue, 18 Feb 2025 00:34:21 +0000 (01:34 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 18 Mar 2025 19:35:44 +0000 (20:35 +0100)
commit651cef46116f33c0897dc814b4c0ff5df43470c7
treef5c6406ca6cd1e3dac302fc709e6780a5fb544a1
parent0061ba125b25d29cd62d55c3499087b7a019a849
btrfs: pass struct btrfs_inode to btrfs_double_mmap_unlock()

Pass a struct btrfs_inode to btrfs_double_mmap_unlock() 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