cvs commit: src/sys/kern subr_taskqueue.c

Sam Leffler sam at FreeBSD.org
Thu Mar 30 23:07:00 UTC 2006


sam         2006-03-30 23:06:59 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_taskqueue.c 
  Log:
  fixup error handling in taskqueue_start_threads: check for kthread_create
  failing, print a message when we fail for some reason as most callers do
  not check the return value (e.g. 'cuz they're called from SYSINIT)
  
  Reviewed by:    scottl
  MFC after:      1 week
  
  Revision  Changes    Path
  1.35      +20 -11    src/sys/kern/subr_taskqueue.c


More information about the cvs-src mailing list