commit | 00032d38eaa89c76de7d9c1ae6de8c48c14edd74 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Jul 18 19:28:09 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Aug 06 13:12:56 2018 +0200 |
tree | 5bc41e418c14cd74ccf1ec5e80eaa4308aab9d3e | |
parent | 05912a3c04ebca217507b4323b679c60eda4ac11 [diff] |
btrfs: drop extent_io_ops::merge_bio_hook callback The data and metadata callback implementation both use the same function. We can remove the call indirection completely. Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>