cvs commit: src/sys/netinet ip_divert.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Fri Dec 21 05:18:31 PST 2007
sephe 2007/12/21 05:17:51 PST
DragonFly src repository
Modified files:
sys/netinet ip_divert.c
Log:
- All inpcb related operations are now CPU localized, so there is no need to
protect them with critical secion.
- Clean up div_bind() a little bit.
# divert(4) is CPU localized; I don't think a system will open more than
# one divert(4) socket.
Revision Changes Path
1.35 +5 -10 src/sys/netinet/ip_divert.c
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_divert.c.diff?r1=1.34&r2=1.35&f=u
More information about the Commits
mailing list