git: vfs_bio - Implement nestiobuf support

看板DFBSD_commit作者時間15年前 (2010/06/27 09:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 6aa75753a5747eedf62c438869c75c54e2602e69 Author: Alex Hornung <ahornung@gmail.com> Date: Wed Jun 2 09:59:39 2010 +0000 vfs_bio - Implement nestiobuf support * Implement nestiobuf support (as NetBSD does) to split up a bio/buf into several smaller pieces that can be handled separately and only biodone() the "master" buffer when all smaller bio/buf pieces have completed. Partially-Obtained-from: NetBSD Summary of changes: sys/kern/vfs_bio.c | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sys/sys/buf.h | 3 +- 2 files changed, 93 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6aa75753a5747eedf62c438869c75c54e2602e69 -- DragonFly BSD source repository
文章代碼(AID): #1C9geLNa (DFBSD_commit)