Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2005 00:14:00 +0000 (UTC)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_timeout.c
Message-ID:  <200502110014.j1B0E057028028@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2005-02-11 00:14:00 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_timeout.c 
  Log:
  When processing a timeout() callout and returning it to the free
  list, set `curr_callout' to NULL. This ensures that we won't attempt
  to cancel the current callout if the original callout structure
  gets recycled while we wait to acquire Giant.
  
  This is reported to fix an intermittent syscons problem that was
  introduced by revision 1.96.
  
  Revision  Changes    Path
  1.97      +2 -1      src/sys/kern/kern_timeout.c



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