[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)
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>

No differences found