Date: Fri, 26 Aug 2005 15:14:34 +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 ng_base.c Message-ID: <200508261514.j7QFEYOp056136@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-08-26 15:14:34 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_base.c
Log:
Cleanup the reader/writer policy in netgraph(4). Assign
either reader or writer flag on item in the function, that
allocates the item. Do not modify these flags when item is
applied or queued.
The only exceptions are node and hook overrides - they can
change item flags to writer.
Revision Changes Path
1.107 +25 -24 src/sys/netgraph/ng_base.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508261514.j7QFEYOp056136>
