git: sbin/hammer: Fix fill info of hammer show
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Tue Jul 21 08:31:51 PDT 2015
commit 6ee3d8b143dbc6bf3d517e4289b14f27222e8081
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sun Jul 19 06:44:02 2015 +0900
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.
Summary of changes:
sbin/hammer/cmd_show.c | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6ee3d8b143dbc6bf3d517e4289b14f27222e8081
--
DragonFly BSD source repository
More information about the Commits
mailing list