Date: Sat, 8 Jan 2005 04:32:02 +0000 (UTC) From: Darren Reed <darrenr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/ipfilter/netinet fil.c Message-ID: <200501080432.j084W2BG093532@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
darrenr 2005-01-08 04:32:02 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet fil.c Log: Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter where we loop through all the list of NICs (struct ifnet), holding the lock on it and then do a name lookup with ifunit() whilst holding it. Revision Changes Path 1.43 +2 -25 src/sys/contrib/ipfilter/netinet/fil.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501080432.j084W2BG093532>