sbin/hammer: Merge check_volume()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 19 Aug 2015 12:31:40 +0000 (21:31 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 22 Aug 2015 15:48:29 +0000 (00:48 +0900)
commitff8644cb8ae2bc492a6846f6d3fff31f9ffedcb4
tree7ac8d058b396e00d74e5fe9d014139179857a151
parent4eec2c55b32098a44caf92c66667f8cb41096a15
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.
sbin/hammer/cmd_volume.c
sbin/hammer/hammer_util.h
sbin/hammer/ondisk.c
sbin/newfs_hammer/newfs_hammer.c
sbin/newfs_hammer/newfs_hammer.h