commit | 13442b036a133f77898b2dbde4400413d123389a | [log] [tgz] |
---|---|---|
author | Deepa Dinamani <deepa.kernel@gmail.com> | Mon Apr 23 19:26:50 2018 -0700 |
committer | Deepa Dinamani <deepa.kernel@gmail.com> | Fri May 25 15:31:12 2018 -0700 |
tree | 9ba7a078899e9e0f473a08bdc11b0a64f955a519 | |
parent | 18a592632e61590620262ad09d0322554e14adf5 [diff] |
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