]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/bluestore/bluestore_types.cc
update sources to v12.2.1
[ceph.git] / ceph / src / os / bluestore / bluestore_types.cc
index 659f3e5bcc06823b35fa866b40c435988867829e..9fb7ce84b626f00bcc28fc5e9074600eddebf8f2 100644 (file)
@@ -674,7 +674,7 @@ ostream& operator<<(ostream& out, const bluestore_blob_t& o)
   if (o.flags) {
     out << " " << o.get_flags_string();
   }
-  if (o.csum_type) {
+  if (o.has_csum()) {
     out << " " << Checksummer::get_csum_type_string(o.csum_type)
        << "/0x" << std::hex << (1ull << o.csum_chunk_order) << std::dec;
   }