PERFORCE change 80705 for review

Peter Wemm peter at FreeBSD.org
Thu Jul 21 21:33:48 GMT 2005


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

Change 80705 by peter at peter_daintree on 2005/07/21 21:33:29

	Grrr.  Make this compile.

Affected files ...

.. //depot/projects/hammer/sys/netgraph/ng_base.c#32 edit

Differences ...

==== //depot/projects/hammer/sys/netgraph/ng_base.c#32 (text+ko) ====

@@ -3260,8 +3260,6 @@
 ng_setisr(node_p node)
 {
 
-	mtx_assert(&ngq->q_mtx, MA_OWNED);
-
 	if ((node->nd_flags & NGF_WORKQ) == 0) {
 		/*
 		 * If we are not already on the work queue,


More information about the p4-projects mailing list