Date: Thu, 3 Mar 2011 16:59:20 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sys taskqueue.h Message-ID: <201103031659.p23GxTGJ074069@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-03-03 16:59:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sys taskqueue.h Log: SVN rev 219232 on 2011-03-03 16:59:20Z by jhb MFC 218270: Use M_WAITOK rather than M_NOWAIT when creating taskqueues via the TASKQUEUE_DEFINE macros. All the places that use these macros to create taskqueues assume that the operation succeeds. Revision Changes Path 1.16.2.4 +2 -2 src/sys/sys/taskqueue.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103031659.p23GxTGJ074069>