]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use M_WAITOK rather than M_NOWAIT when creating taskqueues via the
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 4 Feb 2011 14:06:57 +0000 (14:06 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 4 Feb 2011 14:06:57 +0000 (14:06 +0000)
commit5e86ca008406439ae8954c96abde30dcedee00eb
tree4495d636da983bd11c6cce2410f83a2586c2c76a
parent0071ee5ede5c78319b9183a8a40ba2eedbee5483
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
sys/sys/taskqueue.h