git: kernel - Add required critical section around tsleep_remove

看板DFBSD_commit作者時間14年前 (2011/11/12 03:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 957625b2e8403979b52a3f31b35199e852b95662 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Nov 11 10:51:28 2011 -0800 kernel - Add required critical section around tsleep_remove() * The tsleep_remove() call requires a critical section to avoid racing a wakeup interrupt. * And assert the requirement in tsleep_remove() itself. Summary of changes: sys/kern/kern_mutex.c | 2 ++ sys/kern/kern_synch.c | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/957625b2e8403979b52a3f31b35199e852b95662 -- DragonFly BSD source repository
文章代碼(AID): #1ElN3o5b (DFBSD_commit)