sbin/hammer: Print key_end.lo instead of key_beg.lo on reblock
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 21 Apr 2015 15:15:21 +0000 (00:15 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 21 Apr 2015 16:53:42 +0000 (01:53 +0900)
commitd58869bda15ddc5e96c1c053196fcd3e56e340c6
tree13668a0a08f728df1be46ee68440dd28b84e8b70
parentf02dcec099ec5f57b8feaa11a75374ff3f6a8e88
sbin/hammer: Print key_end.lo instead of key_beg.lo on reblock

- Print reblock.key_end.localization when reblock starts instead of
  reblock.key_beg.localization.

- hammer reblock printing 0000 while reblock-inodes printing 0001
  and reblock-data|dirs printing 0002 seems strange because reblock
  covers all localization types ranging from MIN(0000) to MAX(ffff)
  on btree iteration (which obviously includes existing two types
  for inode and misc). Printing end localization should make better
  sense here.
sbin/hammer/cmd_reblock.c