Date: Thu, 7 Feb 2008 11:10:18 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph/netflow netflow.c Message-ID: <200802071110.m17BAISx050990@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2008-02-07 11:10:18 UTC FreeBSD src repository Modified files: sys/netgraph/netflow netflow.c Log: Use rtalloc1() instead of rtalloc_ign(). It returns a locked rtentry. We quickly copy the fields of interest, and then RTFREE_LOCKED(). This should be faster then lock & unlock the rtentry twice. Revision Changes Path 1.28 +17 -24 src/sys/netgraph/netflow/netflow.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802071110.m17BAISx050990>