|
Lines 2630-2635
static void handle_stripe5(struct stripe
Link Here
|
| 2630 |
s.expanded = test_bit(STRIPE_EXPAND_READY, &sh->state); |
2630 |
s.expanded = test_bit(STRIPE_EXPAND_READY, &sh->state); |
| 2631 |
/* Now to look around and see what can be done */ |
2631 |
/* Now to look around and see what can be done */ |
| 2632 |
|
2632 |
|
|
|
2633 |
/* clean-up completed biofill operations */ |
| 2634 |
if (test_bit(STRIPE_OP_BIOFILL, &sh->ops.complete)) { |
| 2635 |
clear_bit(STRIPE_OP_BIOFILL, &sh->ops.pending); |
| 2636 |
clear_bit(STRIPE_OP_BIOFILL, &sh->ops.ack); |
| 2637 |
clear_bit(STRIPE_OP_BIOFILL, &sh->ops.complete); |
| 2638 |
} |
| 2639 |
|
| 2633 |
rcu_read_lock(); |
2640 |
rcu_read_lock(); |
| 2634 |
for (i=disks; i--; ) { |
2641 |
for (i=disks; i--; ) { |
| 2635 |
mdk_rdev_t *rdev; |
2642 |
mdk_rdev_t *rdev; |