svn commit: r201178 - head/sys/kern

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Dec 29 08:45:27 UTC 2009


Author: trasz
Date: Tue Dec 29 08:45:27 2009
New Revision: 201178
URL: http://svn.freebsd.org/changeset/base/201178

Log:
  SLIP is gone; remove its mutex from witness.

Modified:
  head/sys/kern/subr_witness.c

Modified: head/sys/kern/subr_witness.c
==============================================================================
--- head/sys/kern/subr_witness.c	Tue Dec 29 08:45:07 2009	(r201177)
+++ head/sys/kern/subr_witness.c	Tue Dec 29 08:45:27 2009	(r201178)
@@ -552,12 +552,6 @@ static struct witness_order_list_entry o
 	{ "so_snd", &lock_class_mtx_sleep },
 	{ NULL, NULL },
 	/*
-	 * SLIP
-	 */
-	{ "slip_mtx", &lock_class_mtx_sleep },
-	{ "slip sc_mtx", &lock_class_mtx_sleep },
-	{ NULL, NULL },
-	/*
 	 * netatalk
 	 */
 	{ "ddp_list_mtx", &lock_class_mtx_sleep },


More information about the svn-src-head mailing list