btrfs-progs: cast u64 to long long to avoid printf warnings
authorAnton Blanchard <anton@samba.org>
Thu, 7 Apr 2011 11:02:04 +0000 (21:02 +1000)
committerChris Mason <chris.mason@oracle.com>
Tue, 25 Oct 2011 13:18:57 +0000 (09:18 -0400)
commitfa81a569ac5e4ca426cd8e3fc8a0f181c58a8fae
treee980b0ee1e50208622f6ca63a37814ff9933397e
parentfcdc0929c6ea051dad59818210df53fd03eaf4b1
btrfs-progs: cast u64 to long long to avoid printf warnings

When building on ppc64 I hit a number of warnings in printf:

btrfs-map-logical.c:69: error: format ‘%Lu’ expects type ‘long long
unsigned int’, but argument 4 has type ‘u64’

Fix them.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Hugo Mills <hugo@carfax.org.uk>
btrfs-list.c
btrfs-map-logical.c
btrfsctl.c
debug-tree.c
disk-io.c
extent-tree.c
print-tree.c