git: sbin/hammer: Add verbose volume message while recovering

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sun Aug 7 05:17:16 PDT 2016


commit c12351c55782f5b92249cb6a0e1d58b35e07c72d
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sun Aug 7 17:59:07 2016 +0900

    sbin/hammer: Add verbose volume message while recovering
    
    sizetostr() is brought from newfs_hammer code.
    
    newfs_hammer should use sizetostr() by linking sbin/hammer/misc.o,
    as it already has dependencies on other sbin/hammer/*.o.
    (Also note that hammer2 also has sizetostr() in both directories)

Summary of changes:
 sbin/hammer/cmd_recover.c |  3 +++
 sbin/hammer/hammer.h      |  1 +
 sbin/hammer/misc.c        | 23 +++++++++++++++++++++++
 3 files changed, 27 insertions(+)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list