Date: Sat, 13 Dec 2008 22:26:24 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c Message-ID: <200812132226.mBDMQfRw023862@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2008-12-13 22:26:24 UTC FreeBSD src repository Modified files: sys/netgraph netgraph.h ng_base.c Log: SVN rev 186060 on 2008-12-13 22:26:24Z by mav Revert rev. 183277: Remove ng_rmnode_flags() function. ng_rmnode_self() was made to be called only while having node locked. When node is properly locked, any function call sent to it will always be queued. So turning ng_rmnode_self() into the ng_rmnode_flags() is not just meaningless, but incorrent, as it violates node locking when called outside. No objections: julian, thompsa Revision Changes Path 1.80 +0 -1 src/sys/netgraph/netgraph.h 1.170 +2 -8 src/sys/netgraph/ng_base.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812132226.mBDMQfRw023862>