DragonFly BSD
DragonFly commits List (threaded) for 2004-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 9 Jul 2004 09:15:06 -0700 (PDT)

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@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]