]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: make __btrfs_add_ordered_extent take struct btrfs_inode
authorNikolay Borisov <nborisov@suse.com>
Wed, 3 Jun 2020 05:55:01 +0000 (08:55 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 27 Jul 2020 10:55:25 +0000 (12:55 +0200)
commit8434cb6ae6bd59126d925c24d5e8c259c881e165
tree48dd1e2fe36c3914eb9f7544b2e5799dcde2b2be
parent158cbb97d41d5e9a97a19a6c8f8e3a12f6f73f0d
btrfs: make __btrfs_add_ordered_extent take struct btrfs_inode

This is internal btrfs function what really needs the vfs_inode only for
igrab and a tracepoint.

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/ordered-data.c