btrfs: raid56: extract the rmw bio list build code into a helper
authorQu Wenruo <wqu@suse.com>
Tue, 1 Nov 2022 11:16:06 +0000 (19:16 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:49 +0000 (18:00 +0100)
commit509c27aa2fb69b4475d05d0ac5c5c4206e28d5d6
tree39a3a586256f5f00374bd81721b28e4c329fe68a
parentd817ce35d24a53c6736ac68e759ed83135ff7c3b
btrfs: raid56: extract the rmw bio list build code into a helper

The helper will later be used to refactor the whole RMW path.

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