]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: pass struct btrfs_inode to btrfs_load_inode_props()
authorDavid Sterba <dsterba@suse.com>
Tue, 18 Feb 2025 00:16:46 +0000 (01:16 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 18 Mar 2025 19:35:44 +0000 (20:35 +0100)
commit308a02a447cf6685becdafaadf50fff3b95271d2
treea1c8728551afff002997cb54254cc10449c9596d
parenta0680a946f199f6328c82175f4a77db1e9d66bf5
btrfs: pass struct btrfs_inode to btrfs_load_inode_props()

Pass a struct btrfs_inode to btrfs_load_inode_props() 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/inode.c
fs/btrfs/props.c
fs/btrfs/props.h