IPS was using malloc flags of 0 (which is no longer allowed). The helper
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 9 Jul 2004 16:15:06 +0000 (16:15 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 9 Jul 2004 16:15:06 +0000 (16:15 +0000)
commit2c660539335c64720d6847930e00f3a0a937044a
tree43f774ae46659b1e19b9b22347cbb2f49d08d4bd
parent69e77ceac7947d8796e98c43757e1a6ffc2a0cb4
IPS was using malloc flags of 0 (which is no longer allowed).  The helper
routine was being passed a flags argument but due to a prior conditional
the flags argument was always 0 anyway, so just change the malloc to use
M_INTWAIT unconditionally.

Submitted-by: YONETANI Tomokazu <qhwt+dragonfly-bugs@les.ath.cx>
sys/dev/raid/ips/ips.c