git: sys/vfs/hammer: Fix hammer_debug_btree print format

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sat Mar 7 02:10:34 PST 2015


commit 7c68241271680fca94ff610ff1b43705b61a4b9b
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sat Mar 7 18:02:54 2015 +0900

    sys/vfs/hammer: Fix hammer_debug_btree print format
    
    - hunk1 - Print current thread variable address like
      hammer_btree_iterate() does.
    
    - hunk2,3 - Add 'R' since hammer_btree_iterate() and
      hammer_btree_iterate_reverse() had the exact same format.
    
    - hunk4 - Minor cleanup to align with other btree debug prints.
    
    - hunk5 - Need another space to align with other btree debug prints.

Summary of changes:
 sys/vfs/hammer/hammer_btree.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7c68241271680fca94ff610ff1b43705b61a4b9b


-- 
DragonFly BSD source repository



More information about the Commits mailing list