DragonFly BSD
DragonFly commits List (threaded) for 2009-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: taskq - Make consumer tasks MPALMOSTSAFE


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 2 Oct 2009 12:01:40 -0700 (PDT)

commit 227ce8287dc31bb516ae257038abf06b802bbd2c
Author: Alex Hornung <ahornung@gmail.com>
Date:   Fri Oct 2 18:49:50 2009 +0100

    taskq - Make consumer tasks MPALMOSTSAFE
    
    * All consumers of taskqueue_thread[cpu] have to be at least
      MPALMOSTSAFE as they won't be called with the mplock held.

Summary of changes:
 sys/bus/cam/cam_xpt.c      |    4 ++++
 sys/bus/cam/scsi/scsi_cd.c |    7 ++++++-
 sys/bus/cam/scsi/scsi_da.c |    7 ++++++-
 sys/kern/kern_exit.c       |    2 ++
 4 files changed, 18 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/227ce8287dc31bb516ae257038abf06b802bbd2c


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]