sbin/hammer: Cleanup arguments of init_volume()
commit385a0260fcfe82c93a3f332ef1f84cf492fcbed0
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 15 Oct 2016 01:15:02 +0000 (15 10:15 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 15 Oct 2016 14:20:09 +0000 (15 23:20 +0900)
tree4ece8db74f96da3eeeeaf928345bf3651ff13e16
parentc2b74c42a6ed8d6039d553fa5fb317d1288a3782
sbin/hammer: Cleanup arguments of init_volume()

Change the order of arguments to make the i/f similar to open(2)
as well as load_volume().

This is only for newfs (and volume-add), nothing else gets affected.
sbin/hammer/cmd_volume.c
sbin/hammer/hammer_util.h
sbin/hammer/ondisk.c
sbin/newfs_hammer/newfs_hammer.c