aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
diff options
context:
space:
mode:
authorNikolay Borisov <[email protected]>2018-11-01 12:09:48 +0000
committerDavid Sterba <[email protected]>2018-12-17 13:51:28 +0000
commit7087a9d8db88ef9b7f8a30ac5706aa396b78e6c9 (patch)
tree905dbcb6f508631e1aa496f437172793585a9632 /fs/btrfs/dev-replace.c
parentbtrfs: Remove extent_io_ops::writepage_start_hook (diff)
downloadkernel-7087a9d8db88ef9b7f8a30ac5706aa396b78e6c9.tar.gz
kernel-7087a9d8db88ef9b7f8a30ac5706aa396b78e6c9.zip
btrfs: Remove extent_io_ops::writepage_end_io_hook
This callback is ony ever called for data page writeout so there is no need to actually abstract it via extent_io_ops. Lets just export it, remove the definition of the callback and call it directly in the functions that invoke the callback. Also rename the function to btrfs_writepage_endio_finish_ordered since what it really does is account finished io in the ordered extent data structures. 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