Adjust a couple of kmalloc calls to use M_WAITOK instead of M_RNOWAIT. It
authorThomas E. Spanjaard <tgen@dragonflybsd.org>
Thu, 4 Jan 2007 18:55:18 +0000 (18:55 +0000)
committerThomas E. Spanjaard <tgen@dragonflybsd.org>
Thu, 4 Jan 2007 18:55:18 +0000 (18:55 +0000)
commit6676e111fc9548c588804f07bbedf0e853a7ba9d
tree9e8049d0575f0d631102255a473a422dce3846f6
parenta96913f0c34ec8b9db46cc98440ab7fcf1d0645a
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>
sys/net/bridge/if_bridge.c