Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2004 20:28:00 +0000 (UTC)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/fdc fdc.c
Message-ID:  <200409242028.i8OKS0wn052289@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       2004-09-24 20:28:00 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fdc          fdc.c 
  Log:
  Protect fdc->flags within the worker thread, too.
  
  Use kthread_exit() instead of falling through the end of the worker
  thread's main function.  Since kthread_exit() wakeup(9)s everyone
  sleeping on the thread handle, drop the superfluous wakeup() call.
  
  Revision  Changes    Path
  1.293     +6 -1      src/sys/dev/fdc/fdc.c



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