socsvn commit: r272378 - soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw

dpl at FreeBSD.org dpl at FreeBSD.org
Wed Aug 13 21:38:12 UTC 2014


Author: dpl
Date: Wed Aug 13 21:38:10 2014
New Revision: 272378
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=272378

Log:
  Warning

Modified:
  soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw2.c

Modified: soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw2.c
==============================================================================
--- soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw2.c	Wed Aug 13 19:55:14 2014	(r272377)
+++ soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw2.c	Wed Aug 13 21:38:10 2014	(r272378)
@@ -320,6 +320,7 @@
 	 * these types of constraints, as well as decrease contention
 	 * on pcb related locks.
 	 */
+	// XXX Warning, take a look at crfree();
 #ifndef __FreeBSD__
 	struct bsd_ucred ucred_cache;
 #else


More information about the svn-soc-all mailing list