cvs commit: src/sys/net/ipfw ip_fw2.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Mon Oct 29 05:24:57 PDT 2007
sephe 2007/10/29 05:23:57 PDT
DragonFly src repository
Modified files:
sys/net/ipfw ip_fw2.c
Log:
realloc_dynamic_table() and add_dyn_rule() may be called from interrupt thread
and TCP/UDP thread, so instead of M_WAITOK, (M_INTWAIT | M_NULLOK) should be
used.
Revision Changes Path
1.31 +2 -2 src/sys/net/ipfw/ip_fw2.c
http://www.dragonflybsd.org/cvsweb/src/sys/net/ipfw/ip_fw2.c.diff?r1=1.30&r2=1.31&f=u
More information about the Commits
mailing list