]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_cache.h
update sources to 12.2.7
[ceph.git] / ceph / src / rgw / rgw_cache.h
index 023db75ff76c23cf3775ddf9bb9b995d15ea4308..e751d637dcb6f8ac9c91124ecf828df80626537a 100644 (file)
@@ -57,7 +57,7 @@ struct ObjectCacheInfo {
   map<string, bufferlist> rm_xattrs;
   ObjectMetaInfo meta;
   obj_version version = {};
-  ceph::coarse_mono_time time_added = ceph::coarse_mono_clock::now();
+  ceph::coarse_mono_time time_added;
 
   ObjectCacheInfo() = default;