]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finished
authorChristoph Hellwig <hch@lst.de>
Sun, 19 Jun 2022 06:07:05 +0000 (08:07 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Jul 2022 15:45:37 +0000 (17:45 +0200)
commit4e1ff146386ffa7eaad11483df49db402b69524e
treeb588d9172cda2d55233c6885e74e631a5da2adb4
parentaeeb76d0ba030a368d7981c38c23d837012eea9b
btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finished

finish_func is always set to finish_ordered_fn, so remove it and also
the now pointless and somewhat confusingly named
__endio_write_update_ordered wrapper.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c
fs/btrfs/ordered-data.c
fs/btrfs/ordered-data.h