Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2011 14:06:57 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sys taskqueue.h
Message-ID:  <201102041407.p14E7DNV002190@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102041407.p14E7DNV002190>