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

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Dec 14 23:26:28 PST 2012


commit 32b800e63e8764b44f3ece6f96813ad7854112dc
Author: Matthew Dillon <dillon at 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



More information about the Commits mailing list