Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107398
b: refs/heads/master
c: 388667b
h: refs/heads/master
v: v3
  • Loading branch information
Arthur Jones authored and NeilBrown committed Aug 1, 2008
1 parent a9122dc commit 734f369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e542713529e323ff09d7aeb5806cf29f6f160f53
refs/heads/master: 388667bed591b2359713bb17d5de0cf56e961447
3 changes: 3 additions & 0 deletions trunk/drivers/md/raid10.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 734f369

Please sign in to comment.