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

git: hammer2 - Split flush code out into its own source file


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 14 Dec 2012 23:26:28 -0800 (PST)

commit 32b800e63e8764b44f3ece6f96813ad7854112dc
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Fri Dec 14 23:26:08 2012 -0800

    hammer2 - Split flush code out into its own source file
    
    * Add hammer2_flush.c, move flush code into its own source file.

Summary of changes:
 sys/vfs/hammer2/Makefile        |    4 +-
 sys/vfs/hammer2/TODO            |    9 +-
 sys/vfs/hammer2/hammer2.h       |    2 +
 sys/vfs/hammer2/hammer2_chain.c |  740 +------------------------------------
 sys/vfs/hammer2/hammer2_flush.c |  767 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 793 insertions(+), 729 deletions(-)
 create mode 100644 sys/vfs/hammer2/hammer2_flush.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/32b800e63e8764b44f3ece6f96813ad7854112dc


-- 
DragonFly BSD source repository



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