diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-07-13 22:18:35 +0200 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2018-08-02 21:26:12 +0200 |
commit | 63ecae7e439f766e88c91da56955bca4db06802a (patch) | |
tree | ad3e8cada4e40718062322da390c3e2a438c38f1 /fs/ceph/super.h | |
parent | libceph: use timespec64 in for keepalive2 and ticket validity (diff) | |
download | linux-63ecae7e439f766e88c91da56955bca4db06802a.tar.xz linux-63ecae7e439f766e88c91da56955bca4db06802a.zip |
ceph: stop using current_kernel_time()
ceph_mdsc_create_request() is one of the last callers of the
deprecated current_kernel_time() as well as timespec_trunc().
This changes it to use the timespec64 based interfaces instead,
though we still need to convert the result until we are ready to
change over req->r_stamp.
The output of the two functions, ktime_get_coarse_real_ts64() and
current_kernel_time() is the same coarse-granular timestamp,
the only difference here is that ktime_get_coarse_real_ts64()
doesn't overflow in 2038.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/super.h')
0 files changed, 0 insertions, 0 deletions