From: Ilya Dryomov Date: Fri, 1 Sep 2023 14:21:35 +0000 (+0200) Subject: Merge pull request #51197 from petrutlucian94/mingw-llvm X-Git-Tag: v19.0.0~575 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ff570c6132c3953569e466bc90385a96198c5fa0;p=ceph.git Merge pull request #51197 from petrutlucian94/mingw-llvm windows: use mingw-llvm Reviewed-by: Adam Emerson Reviewed-by: Ilya Dryomov Reviewed-by: Kefu Chai --- ff570c6132c3953569e466bc90385a96198c5fa0 diff --cc src/mds/MDCache.h index fabd847cf9d1b,22441e7257bb0..1f9223bb8aa04 --- a/src/mds/MDCache.h +++ b/src/mds/MDCache.h @@@ -1403,11 -1386,9 +1403,11 @@@ class MDCache std::thread upkeeper; ceph::mutex upkeep_mutex = ceph::make_mutex("MDCache::upkeep_mutex"); ceph::condition_variable upkeep_cvar; - time upkeep_last_trim = time::min(); - time upkeep_last_release = time::min(); + time upkeep_last_trim = clock::zero(); + time upkeep_last_release = clock::zero(); std::atomic upkeep_trim_shutdown{false}; + + uint64_t kill_shutdown_at = 0; }; class C_MDS_RetryRequest : public MDSInternalContext {