看板 DFBSD_commit 關於我們 聯絡資訊
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