btrfs: make btrfs_cleanup_ordered_extents take btrfs_inode
authorNikolay Borisov <nborisov@suse.com>
Wed, 3 Jun 2020 05:55:25 +0000 (08:55 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 27 Jul 2020 10:55:33 +0000 (12:55 +0200)
commit64e1db566deb5fd5bd9ece981b609de7c540c12a
tree09fe614ce1cfb63b69a28a85d0859970cd3e4063
parentb672b5c1563094d890e8a9c8545bce36d98baf12
btrfs: make btrfs_cleanup_ordered_extents take btrfs_inode

Preparation to converting btrfs_run_delalloc_range to using btrfs_inode
without BTRFS_I() calls.

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