Date: Thu, 30 Mar 2006 23:06:59 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_taskqueue.c Message-ID: <200603302306.k2UN6xl9095255@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603302306.k2UN6xl9095255>