btrfs: raid56: extract the recovery bio list build code into a helper
authorQu Wenruo <wqu@suse.com>
Tue, 1 Nov 2022 11:16:03 +0000 (19:16 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:48 +0000 (18:00 +0100)
commitd31968d9b6ac684e7e64be0d46eb0f5fe38d1841
treec92940d190bf9dc2c263d99afcdbfe3ec59acb97
parent30e3c897f4a8d070d4fa079f6dade4b3e3cb74ad
btrfs: raid56: extract the recovery bio list build code into a helper

This new helper will be also utilized in the incoming refactor of
recovery path.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/raid56.c