ceph: make inode time prints to be long long
authorDeepa Dinamani <deepa.kernel@gmail.com>
Tue, 24 Apr 2018 02:26:50 +0000 (19:26 -0700)
committerDeepa Dinamani <deepa.kernel@gmail.com>
Fri, 25 May 2018 22:31:12 +0000 (15:31 -0700)
commit13442b036a133f77898b2dbde4400413d123389a
tree9ba7a078899e9e0f473a08bdc11b0a64f955a519
parent18a592632e61590620262ad09d0322554e14adf5
ceph: make inode time prints to be long long

Subsequent patches in the series convert inode timestamps
to use struct timespec64 instead of struct timespec as
part of solving the y2038 problem.

Convert these print formats to use long long types to
avoid warnings and errors on conversion.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Cc: zyan@redhat.com
Cc: ceph-devel@vger.kernel.org
fs/ceph/inode.c