]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/cls/journal/cls_journal.cc
update sources to 12.2.2
[ceph.git] / ceph / src / cls / journal / cls_journal.cc
index f966c07f24aed7c48cc7f04087aed941434d8957..2f1d18d0d79c88a3caa383a915a2885e7d18e322 100644 (file)
@@ -188,6 +188,7 @@ int expire_tags(cls_method_context_t hctx, const std::string *skip_client_id) {
       if (tag.tid >= minimum_tag_tid) {
         // no need to check for tag classes beyond this point
         vals.clear();
+        more = false;
         break;
       }
     }
@@ -1047,6 +1048,7 @@ int journal_tag_list(cls_method_context_t hctx, bufferlist *in,
         // completed calculation of tag class minimums
         if (tag.tid >= minimum_tag_tid) {
           vals.clear();
+          more = false;
           break;
         }
       } else if (tag_pass == TAG_PASS_LIST) {