cvs commit: src/sys/net/bridge if_bridge.c

Thomas E. Spanjaard tgen at crater.dragonflybsd.org
Thu Jan 4 11:01:08 PST 2007


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





More information about the Commits mailing list