PERFORCE change 126349 for review

Kip Macy kmacy at FreeBSD.org
Wed Sep 12 18:28:53 PDT 2007


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

Change 126349 by kmacy at kmacy_home:ethng on 2007/09/13 01:28:48

	update witness ordering for rnh and route locks

Affected files ...

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

Differences ...

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

@@ -306,8 +306,8 @@
 	 * Routing
 	 */
 	{ "so_rcv", &lock_class_mtx_sleep },
-	{ "radix node head", &lock_class_mtx_sleep },
-	{ "rtentry", &lock_class_mtx_sleep },
+	{ "radix node head", &lock_class_rw },
+	{ "rtentry", &lock_class_rw },
 	{ "ifaddr", &lock_class_mtx_sleep },
 	{ NULL, NULL },
 	/*


More information about the p4-projects mailing list