+9
−24
Loading
The raid5f_submit_reconstruct_read() callback was called after all reads have completed. Since the read data must be xored anyway, don't do it in this callback. Instead, pass it to raid5f_xor_stripe(). Signed-off-by:Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: Iba18de3abc8264e82b75b7b0d5a0333e0195c51c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22134 Reviewed-by:
Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>