Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2005 00:37:43 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 80830 for review
Message-ID:  <200507230037.j6N0bhDc052128@repoman.freebsd.org>

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

Change 80830 by rwatson@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 },
 	/*



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