PERFORCE change 80830 for review

Robert Watson rwatson at FreeBSD.org
Sat Jul 23 00:37:44 GMT 2005


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

Change 80830 by rwatson at rwatson_zoo on 2005/07/23 00:36:47

	Add IGMP mutex to the hard-coded lock order, after the IPv4
	address list mutex, since that code calls into IGMP.

Affected files ...

.. //depot/projects/netsmp/src/sys/kern/subr_witness.c#3 edit

Differences ...

==== //depot/projects/netsmp/src/sys/kern/subr_witness.c#3 (text+ko) ====

@@ -289,6 +289,7 @@
 	 * Multicast - protocol locks before interface locks.
 	 */
 	{ "in_multi_mtx", &lock_class_mtx_sleep },
+	{ "igmp_mtx", &lock_class_mtx_sleep },
 	{ "if_addr_mtx", &lock_class_mtx_sleep },
 	{ NULL, NULL },
 	/*


More information about the p4-projects mailing list