diff options
| -rw-r--r-- | drivers/md/raid5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index 1ba97fdc6df1..b9f2b9cc6060 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c | |||
| @@ -1822,7 +1822,7 @@ again: | |||
| 1822 | } else | 1822 | } else |
| 1823 | init_async_submit(&submit, 0, tx, NULL, NULL, | 1823 | init_async_submit(&submit, 0, tx, NULL, NULL, |
| 1824 | to_addr_conv(sh, percpu, j)); | 1824 | to_addr_conv(sh, percpu, j)); |
| 1825 | async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit); | 1825 | tx = async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit); |
| 1826 | if (!last_stripe) { | 1826 | if (!last_stripe) { |
| 1827 | j++; | 1827 | j++; |
| 1828 | sh = list_first_entry(&sh->batch_list, struct stripe_head, | 1828 | sh = list_first_entry(&sh->batch_list, struct stripe_head, |
