diff options
author | Christoph Hellwig <[email protected]> | 2009-01-08 13:42:25 -0500 |
---|---|---|
committer | Lachlan McIlroy <[email protected]> | 2009-01-09 16:19:14 +1100 |
commit | 058652a37dd9eac18d6b8c1a311137c679de9dae (patch) | |
tree | 4b9cba6d274980af4ae4a124af8b084bb8ec5572 /lib/string_helpers.c | |
parent | 15440319767942a363f282d6585303d3d75088ba (diff) |
[XFS] make xfs_ino_t an unsigned long long
Currently xfs_ino_t is defined as a u64 which can either be an unsigned
long long or on some 64 bit platforms and unsigned long. Just making
it and unsigned long long mean's it's still always 64 bits wide, but we
don't need to resort to cases to print it.
Fixes a warning regression on 64 bit powerpc in current git.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Dave Chinner <[email protected]>
Signed-off-by: Lachlan McIlroy <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions