PERFORCE change 135537 for review

Kip Macy kmacy at FreeBSD.org
Sat Feb 16 15:39:52 PST 2008


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

Change 135537 by kmacy at kmacy:entropy:iwarp on 2008/02/16 23:38:58

	change rtentry lock back to blocking mutex

Affected files ...

.. //depot/projects/iwarp/sys/kern/subr_witness.c#5 edit

Differences ...

==== //depot/projects/iwarp/sys/kern/subr_witness.c#5 (text+ko) ====

@@ -307,7 +307,7 @@
 	 */
 	{ "so_rcv", &lock_class_mtx_sleep },
 	{ "radix node head", &lock_class_rw },
-	{ "rtentry", &lock_class_rw },
+	{ "rtentry", &lock_class_mtx_sleep },
 	{ "ifaddr", &lock_class_mtx_sleep },
 	{ NULL, NULL },
 	/*


More information about the p4-projects mailing list