Merge branch 'for-linus' of git://neil.brown.name/md
* 'for-linus' of git://neil.brown.name/md: md: raid10: wake up frozen array md: do not count blocked devices as spares md: do not progress the resync process if the stripe was blocked md: delay notification of 'active_idle' to the recovery thread md: fix merge error md: move async_tx_issue_pending_all outside spin_lock_irq
This commit is contained in:
@ -215,6 +215,9 @@ static void reschedule_retry(r10bio_t *r10_bio)
|
||||
conf->nr_queued ++;
|
||||
spin_unlock_irqrestore(&conf->device_lock, flags);
|
||||
|
||||
/* wake up frozen array... */
|
||||
wake_up(&conf->wait_barrier);
|
||||
|
||||
md_wakeup_thread(mddev->thread);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user