diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-09-16 18:59:19 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-09-16 18:59:19 +0000 |
| commit | 4b07ede4a768d53494c7dd41c3e66a9e26e911c9 (patch) | |
| tree | c9a74442ff9cff96e4af3adab857b9f3a6f33fdd /sys/dev/md | |
| parent | 6ab0a0aefe748622e49c43022d9b5c00df39e154 (diff) | |
Notes
Diffstat (limited to 'sys/dev/md')
| -rw-r--r-- | sys/dev/md/md.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 803356f5c2cca..168741183a5e5 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -379,9 +379,8 @@ g_md_start(struct bio *bp) bp->bio_bcount = bp->bio_length; mtx_lock(&sc->queue_mtx); bioq_disksort(&sc->bio_queue, bp); - mtx_unlock(&sc->queue_mtx); - wakeup(sc); + mtx_unlock(&sc->queue_mtx); } |
