btrfs-progs: btrfstune: print correct current uuid during rewrite
authorDavid Sterba <dsterba@suse.cz>
Thu, 18 Jun 2015 17:47:28 +0000 (19:47 +0200)
committerDavid Sterba <dsterba@suse.cz>
Thu, 18 Jun 2015 17:49:44 +0000 (19:49 +0200)
commitbdc6c859c40eb77c3cfc97b4a7f7eee84689064b
tree090bb9c9bad6961b1e2b8ba306438d2bad129ccc
parent6107844cd58c94eecbf65d8199e0a4dc61db2f29
btrfs-progs: btrfstune: print correct current uuid during rewrite

uuid_unparse is supposed to take the ASCII representation of a UUID, so
we have to pass the raw fsid buffer.

Reported-by: Mike Fleetwood <mike.fleetwood@googlemail.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
btrfstune.c