cvs commit: src/sys/kern kern_sfbuf.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jun 5 11:05:32 PDT 2004


dillon      2004/06/05 11:04:47 PDT

DragonFly src repository

  Modified files:
    sys/kern             kern_sfbuf.c 
  Log:
  M_NOWAIT is just wrong in the init code.  The allocation must succeed.
  Use M_WAITOK.
  
  Revision  Changes    Path
  1.9       +1 -1      src/sys/kern/kern_sfbuf.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_sfbuf.c.diff?r1=1.8&r2=1.9&f=u





More information about the Commits mailing list