]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/osdc/Journaler.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / osdc / Journaler.cc
index 5c00293e6645eb2cc16982a42361a772a4573ea9..6e1cbd930ac2cf4500cc2f2dab8ce24e7095ba69 100644 (file)
@@ -418,8 +418,8 @@ void Journaler::_finish_reread_head_and_probe(int r, C_OnFinisher *onfinish)
   }
 
   // Let the caller know that the operation has failed or was intentionally
-  // failed since the caller has been blacklisted.
-  if (r == -EBLACKLISTED) {
+  // failed since the caller has been blocklisted.
+  if (r == -EBLOCKLISTED) {
     onfinish->complete(r);
     return;
   }