svn commit: r241795 - user/andre/tcp_workqueue/sys/netinet

Andre Oppermann andre at FreeBSD.org
Sun Oct 21 08:09:09 UTC 2012


Author: andre
Date: Sun Oct 21 08:09:09 2012
New Revision: 241795
URL: http://svn.freebsd.org/changeset/base/241795

Log:
  Fix mismerge from last integrate in r241732.

Modified:
  user/andre/tcp_workqueue/sys/netinet/tcp_syncache.c

Modified: user/andre/tcp_workqueue/sys/netinet/tcp_syncache.c
==============================================================================
--- user/andre/tcp_workqueue/sys/netinet/tcp_syncache.c	Sun Oct 21 04:02:34 2012	(r241794)
+++ user/andre/tcp_workqueue/sys/netinet/tcp_syncache.c	Sun Oct 21 08:09:09 2012	(r241795)
@@ -966,7 +966,6 @@ syncache_expand(struct in_conninfo *inc,
 			tod->tod_syncache_removed(tod, sc->sc_todctx);
 		}
 #endif
-		V_tcp_syncache.cache_count--;
 		SCH_UNLOCK(sch);
 	}
 


More information about the svn-src-user mailing list