svn commit: r258689 - head/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Wed Nov 27 19:54:19 UTC 2013


Author: np
Date: Wed Nov 27 19:54:19 2013
New Revision: 258689
URL: http://svnweb.freebsd.org/changeset/base/258689

Log:
  Disable an assertion that relies on some code[1] that isn't in HEAD yet.
  
  [1] http://lists.freebsd.org/pipermail/freebsd-net/2013-August/036573.html

Modified:
  head/sys/dev/cxgbe/t4_sge.c

Modified: head/sys/dev/cxgbe/t4_sge.c
==============================================================================
--- head/sys/dev/cxgbe/t4_sge.c	Wed Nov 27 19:51:50 2013	(r258688)
+++ head/sys/dev/cxgbe/t4_sge.c	Wed Nov 27 19:54:19 2013	(r258689)
@@ -1392,7 +1392,7 @@ rxb_free(struct mbuf *m, void *arg1, voi
 {
 	uma_zone_t zone = arg1;
 	caddr_t cl = arg2;
-#ifdef INVARIANTS
+#ifdef notyet
 	u_int refcount;
 
 	refcount = *find_buf_refcnt(cl);


More information about the svn-src-all mailing list