[AFS]: Fix u64 printing in debug logging.
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 23:06:22 +0000 (16:06 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 23:06:22 +0000 (16:06 -0700)
commitba3e0e1accd8d5bb12eaeb0977429d8dc04f6d1e
treeeb4bf83c8089640845cc5f695105e1446cab2f6d
parent260a980317dac80182dd76140cf67c6e81d6d3dd
[AFS]: Fix u64 printing in debug logging.

Need 'unsigned long long' casts to quiet warnings on
64-bit platforms when using %ll on a u64.

Signed-off-by: David S. Miller <davem@davemloft.net>
fs/afs/dir.c
fs/afs/fsclient.c
fs/afs/inode.c