cvs commit: src/sys/net/dummynet ip_dummynet.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Sat Oct 27 05:22:20 PDT 2007
sephe 2007/10/27 05:19:43 PDT
DragonFly src repository
Modified files:
sys/net/dummynet ip_dummynet.c
Log:
dummynet_io() may be called from interrupt thread and TCP/UDP netisr thread,
so instead of M_WAITOK, (M_INTWAIT | M_NULLOK) should be used when creating
flow queue.
Revision Changes Path
1.29 +6 -2 src/sys/net/dummynet/ip_dummynet.c
http://www.dragonflybsd.org/cvsweb/src/sys/net/dummynet/ip_dummynet.c.diff?r1=1.28&r2=1.29&f=u
More information about the Commits
mailing list