]> www.infradead.org Git - users/dwmw2/linux.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)
commit711f447b4fdf18b970e967469c6693577e9cc080
treeb588d9172cda2d55233c6885e74e631a5da2adb4
parent1f4f639fe729bcfe097fa6c2305eea664110bf6a
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