sbin/hammer: Add verbose volume message while recovering
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 7 Aug 2016 08:59:07 +0000 (17:59 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 7 Aug 2016 12:10:10 +0000 (21:10 +0900)
commitc12351c55782f5b92249cb6a0e1d58b35e07c72d
tree25ede45782ea04af73fc9c17e789dbb32759ef32
parent94c1145b4eb3052eb0cfcf769713f75728028bc2
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)
sbin/hammer/cmd_recover.c
sbin/hammer/hammer.h
sbin/hammer/misc.c