git: kernel - MPSAFE stabilization

看板DFBSD_commit作者時間16年前 (2009/12/29 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit b0911300ee0f72264351f0442bd32f63d280bd3a Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Dec 28 09:15:25 2009 -0800 kernel - MPSAFE stabilization * Fix for 'panic: sysref_activate: bad count 00000002'. Mistakenly assumed the lockmgr lock was sufficient protection but forgot it might be acquired LK_SHARED. Extend v_spinlock protection to fix the problem. Summary of changes: sys/kern/kern_sysref.c | 2 ++ sys/kern/vfs_lock.c | 11 ++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b0911300ee0f72264351f0442bd32f63d280bd3a -- DragonFly BSD source repository
文章代碼(AID): #1BEF9lGa (DFBSD_commit)