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

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