Loading
raid: fix creating an io channel during rebuild
When creating the channel, the "processed" twin of the channel (raid_ch->process.ch_processed) didn't have ->module_channel set because this was allocated after raid_bdev_ch_process_setup(). Fixes #3343 Signed-off-by:Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: Ic8dd3f9259bf665a47371be3a9057303d5dea77f Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22848 Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by:
Mateusz Kozlowski <mateusz.kozlowski@solidigm.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>