DragonFly BSD
DragonFly commits List (threaded) for 2012-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - ufs softdep fix under heavy load


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 14 Dec 2012 13:05:54 -0800 (PST)

commit 01a04a60873088916e4c5bcd230359c3ca654a9d
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Fri Dec 14 13:05:00 2012 -0800

    kernel - ufs softdep fix under heavy load
    
    Fix is from OpenBSD ffs_softdep.c v1.79, originally from FreeBSD
    ffs_softdep.c 1.196. Commit message from OpenBSD:
    
    "due to ffs_sync not be able to sync some buffers here is another
    instance of softdep code that must ensure proper syncing.
    try harder to flush MKDIR_BODY dependancy if such still exists
    during pagedep flush (that is by syncing first block of the dir)."

Summary of changes:
 sys/vfs/ufs/ffs_softdep.c |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/01a04a60873088916e4c5bcd230359c3ca654a9d


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]