git: sbin/hammer: Merge check_volume()

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sat Aug 22 10:53:21 PDT 2015


commit ff8644cb8ae2bc492a6846f6d3fff31f9ffedcb4
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Wed Aug 19 21:31:40 2015 +0900

    sbin/hammer: Merge check_volume()
    
    There are two check_volume() that basically do the same.
    The one in sbin/hammer/cmd_volume.c is copied from newfs_hammer.
    Merge them into one.

Summary of changes:
 sbin/hammer/cmd_volume.c         | 61 +++++++++--------------------------
 sbin/hammer/hammer_util.h        |  1 +
 sbin/hammer/ondisk.c             | 50 +++++++++++++++++++++++++++++
 sbin/newfs_hammer/newfs_hammer.c | 68 ++++++----------------------------------
 sbin/newfs_hammer/newfs_hammer.h |  3 --
 5 files changed, 75 insertions(+), 108 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ff8644cb8ae2bc492a6846f6d3fff31f9ffedcb4


-- 
DragonFly BSD source repository


More information about the Commits mailing list