commit | cd0537449c275ca7da6f6e3ea2389ae5225c6b4e | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Fri Sep 18 16:34:35 2020 +0300 |
committer | David Sterba <dsterba@suse.com> | Wed Oct 07 12:13:24 2020 +0200 |
tree | 00f8ec609db26e02e7004980bfc2ce53fad0ee5d | |
parent | 1f03d9cfda53d86e7822bf0dd5f0ef5d8fa6d1ad [diff] |
btrfs: call submit_bio_hook directly in submit_one_bio BTRFS has 2 inode types (for the purposes of the code in submit_one_bio) - ordinary data inodes (including the freespace inode) and the btree inode. Both of these implement submit_bio_hook so btrfsic_submit_bio can never be called from submit_one_bio so just remove it. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>