Btrfs-progs: in btrfs-debug-tree, print -1 in key for (u64)-1
authorStefan Behrens <sbehrens@giantdisaster.de>
Tue, 23 Apr 2013 09:25:01 +0000 (11:25 +0200)
committerDavid Sterba <dsterba@suse.cz>
Tue, 23 Apr 2013 17:12:33 +0000 (19:12 +0200)
commit6b76570652e2f5a1f776848f330ca01e418a186c
tree722a8568667c673487f7be0485a7a86fb4f7f19e
parent576bcca973567e6af8337d4f9f0d8703a83c556b
Btrfs-progs: in btrfs-debug-tree, print -1 in key for (u64)-1

For the objectid and offset field of a key, print -1 instead of the
decimal representation of 0xffffffffffffffff. At least for me it is
more readable like this.

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
print-tree.c