btrfs: raid56: handle endio in scrub_rbio
authorChristoph Hellwig <hch@lst.de>
Wed, 11 Jan 2023 06:23:34 +0000 (07:23 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 15 Feb 2023 18:38:55 +0000 (19:38 +0100)
commit08241d3c745ed7c6de8a762c0737b337c68a6c87
tree3f865d2ed0415fc4e207e499d566df390412fdb2
parent40f87ddb5dbe43fb209901815d24e3e718aef155
btrfs: raid56: handle endio in scrub_rbio

The only caller of scrub_rbio calls rbio_orig_end_io right after it,
move it into scrub_rbio to match the other work item helpers.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/raid56.c