sbin/hammer: Fix fill info of hammer show
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 18 Jul 2015 21:44:02 +0000 (06:44 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 21 Jul 2015 10:36:03 +0000 (19:36 +0900)
commit6ee3d8b143dbc6bf3d517e4289b14f27222e8081
tree3f825b47708be46501aa77e715f088314fba95b8
parent0decb3df295b1029e0625383a54a2b2dcf2ab015
sbin/hammer: Fix fill info of hammer show

- Printing big-block index within lower 60 bits (layer1/2 combined)
  is not that useful. It should print an index within each layer.

- It dissects zoneX (where X is either of 8,9,10,11) offset into
  layer1 index, layer2 index, big-block offset and prints those.
sbin/hammer/cmd_show.c