]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: Inode::hold_caps_until is time from monotonic clock now.
authorNeeraj Pratap Singh <neesingh@redhat.com>
Wed, 8 Dec 2021 08:42:59 +0000 (14:12 +0530)
committerNeeraj Pratap Singh <neesingh@redhat.com>
Wed, 8 Jun 2022 07:28:45 +0000 (12:58 +0530)
commitd4cb49d5c91d972cb803b9f316855ad6093efd17
tree894bbf1e98b455c03ea87c5f995ec995ed3c66f1
parentf6bf9c64044cfcaa1e115e8efe104468843f0069
client: Inode::hold_caps_until is time from monotonic clock now.

Inode::hold_caps_until storing time from ceph::coarse_mono_clock now.

Fixes: https://tracker.ceph.com/issues/52982
Signed-off-by: Neeraj Pratap Singh <neesingh@redhat.com>
(cherry picked from commit 983b10506dc8466a0e47ff0d320d480dd09999ec)
src/client/Client.cc
src/client/Client.h
src/client/Inode.h
src/client/MetaRequest.h
src/common/options/mds-client.yaml.in
src/librados/RadosClient.cc
src/mon/MonClient.cc
src/mon/MonClient.h
src/neorados/RADOSImpl.cc
src/tools/cephfs_mirror/Mirror.cc