Skip to content

rgw: don't dereference nullopt in DeleteMultiObj#50171

Merged
cbodley merged 1 commit intoceph:mainfrom
cbodley:wip-58793
Mar 2, 2023
Merged

rgw: don't dereference nullopt in DeleteMultiObj#50171
cbodley merged 1 commit intoceph:mainfrom
cbodley:wip-58793

Conversation

@cbodley
Copy link
Contributor

@cbodley cbodley commented Feb 19, 2023

Fixes: https://tracker.ceph.com/issues/58793

Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard cephadm
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox
  • jenkins test windows

@cbodley cbodley requested a review from a team as a code owner February 19, 2023 22:19
});
} else {
handle_individual_object(obj_key, y, &*formatter_flush_cond);
handle_individual_object(obj_key, y, nullptr);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about the case that we got here because max_aio = 1?
the formatter_flush_cond would not be null

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, i removed the max_aio > 1 condition above

Signed-off-by: Casey Bodley <cbodley@redhat.com>
@cbodley
Copy link
Contributor Author

cbodley commented Mar 2, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants