Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2003 08:59:50 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26501 for review
Message-ID:  <200303071659.h27Gxon1062983@repoman.freebsd.org>

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

Change 26501 by jhb@jhb_blue on 2003/03/07 08:58:55

	Bah, serves me right for not having INVARIANTS on in my test
	machines kernel.  Still, BSD/OS could have used less confusing
	names for their functions.  *waits for laptop to fsck...*

Affected files ...

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

Differences ...

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

@@ -1272,7 +1272,7 @@
 	int i;
 
 	/* Avoid making a witness a child of itself. */
-	MPASS(!itismychild(oldparent, newparent));
+	MPASS(!isitmychild(oldparent, newparent));
 	
 	for (wcl = oldparent->w_children; wcl != NULL; wcl = wcl->wcl_next)
 		for (i = 0; i < wcl->wcl_count; i++)

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?200303071659.h27Gxon1062983>