Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2006 17:18:10 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 94181 for review
Message-ID:  <200603281718.k2SHIAIA049438@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94181

Change 94181 by jhb@jhb_slimer on 2006/03/28 17:17:19

	Bah.

Affected files ...

.. //depot/projects/smpng/sys/dev/md/md.c#77 edit

Differences ...

==== //depot/projects/smpng/sys/dev/md/md.c#77 (text+ko) ====

@@ -655,7 +655,7 @@
 		mtx_lock(&sc->queue_mtx);
 		if (sc->flags & MD_SHUTDOWN) {
 			sc->flags |= MD_EXITING;
-			mtx_unlock_spin(&sc->queue_mtx);
+			mtx_unlock(&sc->queue_mtx);
 			kthread_exit(0);
 		}
 		bp = bioq_takefirst(&sc->bio_queue);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603281718.k2SHIAIA049438>