cvs commit: src/sys/dev/raid/ips ips.c

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Jul 9 09:16:15 PDT 2004


dillon      2004/07/09 09:15:06 PDT

DragonFly src repository

  Modified files:
    sys/dev/raid/ips     ips.c 
  Log:
  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 at xxxxxxxxxx>
  
  Revision  Changes    Path
  1.5       +3 -8      src/sys/dev/raid/ips/ips.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/raid/ips/ips.c.diff?r1=1.4&r2=1.5&f=u





More information about the Commits mailing list