btrfs: make create_io_em take btrfs_inode
authorNikolay Borisov <nborisov@suse.com>
Wed, 3 Jun 2020 05:55:05 +0000 (08:55 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 27 Jul 2020 10:55:26 +0000 (12:55 +0200)
commit4b67c11dd19cd6443944d888b027017bb7872514
tree3808873e4a05d984b63540b3fc0ef989e534af6b
parent7bfa9535019b1ca0696d0a0590a3fd657224ae2f
btrfs: make create_io_em take btrfs_inode

It really wants a btrfs_inode and will allow submit_compressed_extents
to be completely converted to btrfs_inode in follow up patches.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c