git: kernel - add missing M_ZERO in taskqueue_create()

看板DFBSD_commit作者時間16年前 (2009/10/01 03:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1AmwhoOo (DFBSD_commit)