Date: Sun, 18 Jul 2004 22:57:46 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c Message-ID: <200407182257.i6IMvkSR006746@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2004-07-18 22:57:46 UTC FreeBSD src repository Modified files: sys/netgraph ng_base.c Log: Reverse a lock/unlock pair that were the wrong way around in some code that is obviously not run a lot. (but is in some test cases). This code is not usually run because it covers a case that doesn't happen a lot (removing a node that has data traversing it). Revision Changes Path 1.82 +2 -2 src/sys/netgraph/ng_base.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407182257.i6IMvkSR006746>