PERFORCE change 91001 for review

John Baldwin jhb at FreeBSD.org
Fri Feb 3 14:14:06 PST 2006


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

Change 91001 by jhb at jhb_twclab on 2006/02/03 22:14:01

	More hacking.

Affected files ...

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

Differences ...

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

@@ -1880,6 +1880,7 @@
 	else {
 		panic("Lock (%s) %s is not sleep or spin!",
 		    class->lc_name, lock->lo_name);
+		return;
 	}
 	file = fixup_filename(file);
 	switch (flags) {


More information about the p4-projects mailing list