sbin/hammer: Remove cache from volume_info
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 23 Mar 2016 08:38:52 +0000 (17:38 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 27 Mar 2016 15:43:22 +0000 (00:43 +0900)
commitda5193516eda0bfa33c2942b15825360e41bb391
tree4bed2cc01bb3cd0934d0f6427ca34bad2f8e73cb
parent19c60b7c18cf76de53a5aea35c0800a627f7d342
sbin/hammer: Remove cache from volume_info

Remove unused cache structure from volume_info.
volume_info doesn't use cache.

modified flag and ref count for volume_info aren't necessary
since it does nothing, other than making the code look more
complex than it actually is.

Also see the previous commit.
sbin/hammer/blockmap.c
sbin/hammer/hammer_util.h
sbin/hammer/ondisk.c
sbin/newfs_hammer/newfs_hammer.c