DragonFly commits List (threaded) for 2007-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/net/bridge if_bridge.c
tgen 2007/01/04 10:55:18 PST
DragonFly src repository
Modified files:
sys/net/bridge if_bridge.c
Log:
Adjust a couple of kmalloc calls to use M_WAITOK instead of M_RNOWAIT. It
appears there is no problem in waiting here, and use of M_RNOWAIT without
M_USE_RESERVE is dangerous. If this doesn't work 'right' either, the
proper solution is to use M_INTNOWAIT instead.
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue410>
Revision Changes Path
1.16 +3 -3 src/sys/net/bridge/if_bridge.c
http://www.dragonflybsd.org/cvsweb/src/sys/net/bridge/if_bridge.c.diff?r1=1.15&r2=1.16&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]