Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2003 14:27:06 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26344 for review
Message-ID:  <200303042227.h24MR6bt068114@repoman.freebsd.org>

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

Change 26344 by jhb@jhb_blue on 2003/03/04 14:26:34

	Bah, get the sense of a compare right.

Affected files ...

.. //depot/projects/smpng/sys/kern/subr_witness.c#75 edit

Differences ...

==== //depot/projects/smpng/sys/kern/subr_witness.c#75 (text+ko) ====

@@ -699,7 +699,7 @@
 			 * is Giant, then skip it.
 			 */
 			if ((lock->lo_flags & LO_SLEEPABLE) != 0 &&
-			    lock1->li_lock != &Giant.mtx_object)
+			    lock1->li_lock == &Giant.mtx_object)
 				continue;
 			/*
 			 * If we are locking a sleepable lock and this lock

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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