Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 21:38:11 GMT
From:      dpl@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r272378 - soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw
Message-ID:  <201408132138.s7DLcBX7018289@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408132138.s7DLcBX7018289>