btrfs: pass struct btrfs_inode to btrfs_fill_inode()
authorDavid Sterba <dsterba@suse.com>
Tue, 18 Feb 2025 00:10:59 +0000 (01:10 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 18 Mar 2025 19:35:43 +0000 (20:35 +0100)
commita0680a946f199f6328c82175f4a77db1e9d66bf5
tree0909ff134703d498d8c8d831dad8cd23ded27590
parent9882e1d100575e0d683b3abd7433f559c897996f
btrfs: pass struct btrfs_inode to btrfs_fill_inode()

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