aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
diff options
context:
space:
mode:
authorNikolay Borisov <[email protected]>2018-11-01 12:09:46 +0000
committerDavid Sterba <[email protected]>2018-12-17 13:51:27 +0000
commit5eaad97af8aeff38debe7d3c69ec3a0d71f8350f (patch)
tree904aa5357a122144f3bad4948157298f520c94e4 /fs/btrfs/dev-replace.c
parentbtrfs: Add function to distinguish between data and btree inode (diff)
downloadkernel-5eaad97af8aeff38debe7d3c69ec3a0d71f8350f.tar.gz
kernel-5eaad97af8aeff38debe7d3c69ec3a0d71f8350f.zip
btrfs: Remove extent_io_ops::fill_delalloc
This callback is called only from writepage_delalloc which in turn is guaranteed to be called from the data page writeout path. In the end there is no reason to have the call to this function to be indrected via the extent_io_ops structure. This patch removes the callback definition, exports the function and calls it directly. No functional changes. Reviewed-by: Josef Bacik <[email protected]> Signed-off-by: Nikolay Borisov <[email protected]> Reviewed-by: David Sterba <[email protected]> [ rename to btrfs_run_delalloc_range ] Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions