Re: [PATCH 8/8] btrfs: Remove extent_io_ops::split_extent_hook callback

2018-11-01 Thread Josef Bacik
On Thu, Nov 01, 2018 at 02:09:53PM +0200, Nikolay Borisov wrote: > 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. > > Signed-off-by: Nikolay Borisov >

[PATCH 8/8] btrfs: Remove extent_io_ops::split_extent_hook callback

2018-11-01 Thread Nikolay Borisov
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. Signed-off-by: Nikolay Borisov --- fs/btrfs/ctree.h | 2 ++ fs/btrfs/extent_io.c | 10 ++