看板 DFBSD_commit 關於我們 聯絡資訊
commit ac88f01af9c9434aee04c0e3cba620a988df4cc4 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Jan 14 20:00:23 2010 -0800 kernel - Fix mislocated __vbusy() * __vbusy(vp) must be called while the vfs_spin lock is held and atomic with the acquisition of a vnode from the freelist. * Document the hell out of vfs_lock.c Summary of changes: sys/kern/vfs_lock.c | 107 +++++++++++++++++++++++++++++++++++++------------- 1 files changed, 79 insertions(+), 28 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ac88f01af9c9434aee04c0e3cba620a988df4cc4 -- DragonFly BSD source repository