commit | abbb55f4cd56dffb20ba7dd8dfc53154c79934f1 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Thu Nov 01 14:09:53 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Dec 17 14:51:29 2018 +0100 |
tree | c0ce69c4035be9e1468856bf7ef5de7314b3cfc7 | |
parent | 5c848198aad3ad1c68309aa7002fa571a540568c [diff] |
btrfs: Remove extent_io_ops::split_extent_hook callback This is the counterpart to merge_extent_hook, similarly, it's used only for data/freespace inodes so let's remove it, rename it and call it directly where necessary. No functional changes. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>