Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2009 08:46:47 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern subr_taskqueue.c
Message-ID:  <200908170846.n7H8kwWQ014187@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2009-08-17 08:46:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/kern             subr_taskqueue.c 
  Log:
  SVN rev 196294 on 2009-08-17 08:46:47Z by pjd
  
  MFC r196293:
  
  Because taskqueue_run() can drop tq_mutex, we need to check if the
  TQ_FLAGS_ACTIVE flag wasn't removed in the meantime, which means we missed a
  wakeup.
  
  Approved by:    re (kib)
  
  Revision  Changes    Path
  1.48.2.2  +7 -0      src/sys/kern/subr_taskqueue.c



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