From owner-cvs-src-old@FreeBSD.ORG Fri Feb 4 14:07:13 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9890A106564A for ; Fri, 4 Feb 2011 14:07:13 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C5DE8FC08 for ; Fri, 4 Feb 2011 14:07:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p14E7DV6002191 for ; Fri, 4 Feb 2011 14:07:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p14E7DNV002190 for cvs-src-old@freebsd.org; Fri, 4 Feb 2011 14:07:13 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201102041407.p14E7DNV002190@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 4 Feb 2011 14:06:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys taskqueue.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2011 14:07:13 -0000 jhb 2011-02-04 14:06:57 UTC FreeBSD src repository Modified files: sys/sys taskqueue.h Log: SVN rev 218270 on 2011-02-04 14:06:57Z by jhb 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. MFC after: 1 week Revision Changes Path 1.29 +2 -2 src/sys/sys/taskqueue.h