git: sbin/hammer: Print key_end.lo instead of key_beg.lo on reblock

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Tue Apr 21 10:19:48 PDT 2015


commit d58869bda15ddc5e96c1c053196fcd3e56e340c6
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Wed Apr 22 00:15:21 2015 +0900

    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.

Summary of changes:
 sbin/hammer/cmd_reblock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d58869bda15ddc5e96c1c053196fcd3e56e340c6


-- 
DragonFly BSD source repository



More information about the Commits mailing list