btrfs-progs: fix compiler warning
authorChristian Hesse <mail@eworm.de>
Tue, 3 Jun 2014 11:37:45 +0000 (13:37 +0200)
committerDavid Sterba <dsterba@suse.cz>
Fri, 22 Aug 2014 12:39:32 +0000 (14:39 +0200)
commite2a157f380aa33a264eab8e21280ea8bbc10d67e
tree30e8cee60451eb3b1f0d377b28864013336dc268
parent11ffe235315db4c4837f2a0f9ae190747b28b1d5
btrfs-progs: fix compiler warning

gcc 4.9.0 gives a warning: format ‘%d’ expects argument of type ‘int’,
but argument 2 has type ‘u64’

Using %llu and casting to unsigned long long (same as bytenr) fixes this.

Signed-off-by: Christian Hesse <mail@eworm.de>
Signed-off-by: David Sterba <dsterba@suse.cz>
btrfs-select-super.c