sys/vfs/hammer: Separate total/free big-block counting from formatting
commite2c5fb2044a5ed5c6b02d90c661f983af1d80e5f
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 5 Mar 2016 14:24:28 +0000 (5 23:24 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 19 Mar 2016 19:50:03 +0000 (20 04:50 +0900)
tree69e633e46f5ec3eb4fb74a706d70db8c5ca8c036
parenta4d744156443be06f6602dc1b70c6b0a40572949
sys/vfs/hammer: Separate total/free big-block counting from formatting

Add hammer_count_bigblocks() to separate counting total/free big-blocks
from layer1/2 formatting.

This is for the next few commits.
sys/vfs/hammer/hammer_volume.c