aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
diff options
context:
space:
mode:
authorNikolay Borisov <[email protected]>2018-11-01 12:09:47 +0000
committerDavid Sterba <[email protected]>2018-12-17 13:51:27 +0000
commitd75855b4518b525dbba4e461819b26bc5bb89a82 (patch)
tree543166d826ee87bf60e12ae38d27aa426cf6ebc5 /fs/btrfs/dev-replace.c
parentbtrfs: Remove extent_io_ops::fill_delalloc (diff)
downloadkernel-d75855b4518b525dbba4e461819b26bc5bb89a82.tar.gz
kernel-d75855b4518b525dbba4e461819b26bc5bb89a82.zip
btrfs: Remove extent_io_ops::writepage_start_hook
This hook is called only from __extent_writepage_io which is already called only from the data page writeout path. So there is no need to make an indirect call via extent_io_ops. This patch just removes the callback definition, exports the callback function and calls it directly at the only call site. Also give the function a more descriptive name. No functional changes. Reviewed-by: Josef Bacik <[email protected]> Signed-off-by: Nikolay Borisov <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions