]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: Inode::hold_caps_until is time from monotonic clock now. 44247/head
authorNeeraj Pratap Singh <neesingh@redhat.com>
Wed, 8 Dec 2021 08:42:59 +0000 (14:12 +0530)
committerNeeraj Pratap Singh <neesingh@redhat.com>
Fri, 27 May 2022 13:42:39 +0000 (19:12 +0530)
commit983b10506dc8466a0e47ff0d320d480dd09999ec
tree331a125b921a596b8ba09c7a5bd0d34210a9ebf6
parent7abc382bfbe8af4715401f231ac2d54e21679643
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>
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