op.max, max, op.reshardlog);
int ret;
- uint32_t count = 0;
- bool more = false;
rgw_cls_bi_list_ret op_ret;
if (op.reshardlog) {
- ret = reshard_log_list_entries(hctx, op.marker, op.max,
+ ret = reshard_log_list_entries(hctx, op.marker, max,
op_ret.entries,
&op_ret.is_truncated);
if (ret < 0) {
return 0;
}
+ uint32_t count = 0;
+ bool more = false;
+
ret = list_plain_entries(hctx, op.name_filter, op.marker, max,
&op_ret.entries, &more, PlainEntriesRegion::Low);
if (ret < 0) {