DragonFly-2.3.1.816.ga9a2 master sys/kern kern_device.c kern_shu

看板DFBSD_commit作者時間16年前 (2009/07/14 12:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit a9a20f98de63ec47f7668d93aee3e25b45ba24db Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Jul 13 09:30:22 2009 -0700 Make operations on struct bio_track MPSAFE. Use atomic ops to make reference counting and waiting on bio_track structures MPSAFE. Summary of changes: sys/kern/kern_device.c | 2 +- sys/kern/kern_shutdown.c | 2 +- sys/kern/vfs_bio.c | 97 +++++++++++++++++++++++++++++++++---- sys/kern/vfs_lock.c | 4 +- sys/kern/vfs_subr.c | 52 +++++++------------- sys/sys/biotrack.h | 10 ++++- sys/vfs/gnu/ext2fs/ext2_vnops.c | 5 +-- sys/vfs/msdosfs/msdosfs_vfsops.c | 3 +- sys/vfs/nfs/nfs_vnops.c | 8 ++-- sys/vfs/ufs/ffs_rawread.c | 19 +++---- sys/vfs/ufs/ffs_softdep.c | 8 ++-- 11 files changed, 137 insertions(+), 73 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a9a20f98de63ec47f7668d93aee3e25b45ba24db -- DragonFly BSD source repository
文章代碼(AID): #1AN0C3B2 (DFBSD_commit)