]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: props: switch prop_handler::apply to struct btrfs_inode
authorDavid Sterba <dsterba@suse.com>
Tue, 18 Feb 2025 00:23:06 +0000 (01:23 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 18 Mar 2025 19:35:44 +0000 (20:35 +0100)
commit7e027b767deb4ac4841768c8772c5333c3380d79
treed4e3b8e67f94357462ee8411936a49688f9f7ff0
parent101ab6d1ffb1b9f6cd72edb81f957f9293cb28aa
btrfs: props: switch prop_handler::apply to struct btrfs_inode

Pass a struct btrfs_inode to the apply() callback 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/props.c