PERFORCE change 94181 for review

John Baldwin jhb at FreeBSD.org
Tue Mar 28 17:18:11 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=94181

Change 94181 by jhb at 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);


More information about the p4-projects mailing list