]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/osd/ECBackend.h
import ceph 16.2.7
[ceph.git] / ceph / src / osd / ECBackend.h
index c39de1bfeeb87b311da1d41d7607c9da75567d3b..45495376a2914fb07bb0d156deb46fa33a28ae63 100644 (file)
@@ -629,7 +629,7 @@ public:
   const ECUtil::stripe_info_t sinfo;
   /// If modified, ensure that the ref is held until the update is applied
   SharedPtrRegistry<hobject_t, ECUtil::HashInfo> unstable_hashinfo_registry;
-  ECUtil::HashInfoRef get_hash_info(const hobject_t &hoid, bool checks = true,
+  ECUtil::HashInfoRef get_hash_info(const hobject_t &hoid, bool create = false,
                                    const std::map<std::string, ceph::buffer::ptr> *attr = NULL);
 
 public: