On Thu, 4 Jan 2007 10:55:18 -0800 (PST) "Thomas E. Spanjaard" <[EMAIL PROTECTED]> wrote:
> 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 Thank you, I will try this ASAP. -- Gergo Szakal <[EMAIL PROTECTED]> University Of Szeged, HU Faculty Of General Medicine /* Please do not CC me with replies, thank you. */
