DragonFly commits List (threaded) for 2007-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/net/ipfw ip_fw2.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]