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

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

Change 80829 by rwatson@rwatson_zoo on 2005/07/23 00:32:37

	Document multicast lock order.

Affected files ...

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

Differences ...

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

@@ -286,6 +286,12 @@
 	{ "ifaddr", &lock_class_mtx_sleep },
 	{ NULL, NULL },
 	/*
+	 * Multicast - protocol locks before interface locks.
+	 */
+	{ "in_multi_mtx", &lock_class_mtx_sleep },
+	{ "if_addr_mtx", &lock_class_mtx_sleep },
+	{ NULL, NULL },
+	/*
 	 * UNIX Domain Sockets
 	 */
 	{ "unp", &lock_class_mtx_sleep },



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