|
@@ -1822,7 +1822,7 @@ again:
|
|
|
} else
|
|
|
init_async_submit(&submit, 0, tx, NULL, NULL,
|
|
|
to_addr_conv(sh, percpu, j));
|
|
|
- async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit);
|
|
|
+ tx = async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit);
|
|
|
if (!last_stripe) {
|
|
|
j++;
|
|
|
sh = list_first_entry(&sh->batch_list, struct stripe_head,
|