Skip to content

client: Fix for 47294#38668

Merged
batrick merged 5 commits intoceph:masterfrom
adamemerson:wip-47294
Dec 24, 2020
Merged

client: Fix for 47294#38668
batrick merged 5 commits intoceph:masterfrom
adamemerson:wip-47294

Conversation

@adamemerson
Copy link
Contributor

@adamemerson adamemerson commented Dec 21, 2020

Fix mistaken return type in Objecter map functions.

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

Also a couple related cleanups that were attempts to fix it and we should have as well.

Dispatch may block the calling thread, so don't use it directly in a
called function. (In handlers is okay, though.)

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Also remove unsafe use of dispatch.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
More correct, though not the cause of error.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Fixes: https://tracker.ceph.com/issues/47294
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
@adamemerson adamemerson requested a review from batrick December 21, 2020 06:33
@adamemerson adamemerson changed the title Fix for 47294 client: Fix for 47294 Dec 21, 2020
@batrick
Copy link
Member

batrick commented Dec 24, 2020

@batrick batrick merged commit 71d64c8 into ceph:master Dec 24, 2020
@batrick
Copy link
Member

batrick commented Dec 24, 2020

Thanks Adam!

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