sbin/hammer: Remove vol_alloc from volume_info
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 21 Dec 2015 13:14:08 +0000 (22:14 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 23 Dec 2015 09:14:58 +0000 (18:14 +0900)
commitef927d3e44e4c5152cfd810e0c2b95e0210866d3
tree43e098aa2a36cb0ea633e7c83b24ac0b90422a0e
parentb251a9e85b2cadf4960f32d89ed929b6907a23a0
sbin/hammer: Remove vol_alloc from volume_info

vol_alloc is a fixed sized space before boot/mem/buf area
that the filesystem doesn't recognize once initialized.
(This area is currently used for nothing)
sbin/hammer/hammer_util.h
sbin/hammer/ondisk.c
sbin/newfs_hammer/newfs_hammer.c