btrfs-progs: Fix printf format casting errors
authorAlex Chiang <achiang@hp.com>
Tue, 1 Apr 2008 14:52:22 +0000 (10:52 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Tue, 1 Apr 2008 14:52:22 +0000 (10:52 -0400)
commit857e9a2a63495be26347591b4d7f167b3e1e88bc
treeabf8012fbb5fe46681fe49c17fe71eaa85271187
parent5b4fe4f80fe620faff695ab1c3931b621ffb775e
btrfs-progs: Fix printf format casting errors

We get lots of warnings of the flavor:

utils.c:441: warning: format '%Lu' expects type 'long long unsigned int' but argument 2 has type 'u64'

And thanks to -Werror, the build fails. Clean up these printfs
by properly casting the arg to the format specified.

Signed-off-by: Alex Chiang <achiang@hp.com>
ctree.c
disk-io.c
extent-tree.c
extent_io.c
file-item.c
inode-map.c
root-tree.c
utils.c
volumes.c