看板 DFBSD_commit 關於我們 聯絡資訊
commit fb5250243a0189ae4a7a506b435f219b3a1b8766 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Sep 30 11:38:53 2009 -0700 kernel - add missing M_ZERO in taskqueue_create() * taskqueue_create() was not ensuring a zero'd task queue structure, resulting in a situation where the flags and other fields could end up as garbage and prevent the taskqueue from being signaled on enqueue. * This bug was responsible for situations where CAM fails to complete its configuration, generating warnings for 60 seconds and then giving up. Summary of changes: sys/kern/subr_taskqueue.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fb5250243a0189ae4a7a506b435f219b3a1b8766 -- DragonFly BSD source repository