cvs commit: src/sys/netgraph ng_base.c
Gleb Smirnoff
glebius at FreeBSD.org
Fri Aug 26 15:14:34 GMT 2005
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
More information about the cvs-src
mailing list