git: HAMMER - Fix long stalls when writing out core files

看板DFBSD_commit作者時間15年前 (2011/02/21 12:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit a117fbeb5f7e15c128fb94d038d5382d8d03483c Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Feb 20 18:26:17 2011 -0800 HAMMER - Fix long stalls when writing out core files * Fix a long-stall case (hmrwww) due to a broken pipelining algorithm when using large write()s to write out large files. Summary of changes: sys/vfs/hammer/hammer.h | 2 +- sys/vfs/hammer/hammer_object.c | 5 ++++- sys/vfs/hammer/hammer_vfsops.c | 2 +- sys/vfs/hammer/hammer_vnops.c | 11 +++++++---- 4 files changed, 13 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a117fbeb5f7e15c128fb94d038d5382d8d03483c -- DragonFly BSD source repository
文章代碼(AID): #1DOUE31y (DFBSD_commit)