btrfs: pass btrfs_inode to btrfs_inherit_iflags
authorDavid Sterba <dsterba@suse.com>
Thu, 27 Oct 2022 00:41:32 +0000 (02:41 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:54 +0000 (18:00 +0100)
commit7a0443f031a68188a38e0845686747d4ccd2c16d
tree99355c55e8165ce6b10c80e55054af3c0b4ecb59
parent4c45a4f4de1b7083800954afa4821c67df157967
btrfs: pass btrfs_inode to btrfs_inherit_iflags

The function is for internal interfaces so we should use the
btrfs_inode.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c