git: HAMMER VFS - Expand vfs.hammer.debug_io capabilities

看板DFBSD_commit作者時間15年前 (2010/08/17 15:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 24c8374a23b091f1eef91c6cf508ad88dfa99440 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Aug 16 23:18:09 2010 -0700 HAMMER VFS - Expand vfs.hammer.debug_io capabilities * Add debugging capabilities which are able to distinguish IO requests which are cached from IO requests which have to go to the device. * vfs.hammer.debug_io bit 0 (i.e. the value 1) will use the new feature. This is for debugging only. Summary of changes: sys/kern/vfs_bio.c | 7 +++++++ sys/kern/vfs_cluster.c | 3 ++- sys/sys/buf.h | 2 +- sys/vfs/hammer/hammer_io.c | 39 +++++++++++++++++++++++++++++++++++++++ sys/vfs/hammer/hammer_ondisk.c | 2 +- sys/vfs/hammer/hammer_vnops.c | 7 +++++++ 6 files changed, 57 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/24c8374a23b091f1eef91c6cf508ad88dfa99440 -- DragonFly BSD source repository
文章代碼(AID): #1CQZEnkC (DFBSD_commit)