]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: RGWCoroutine::drain_children() checks errors on last stack 39446/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 29 Jan 2021 22:12:18 +0000 (17:12 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 12 Feb 2021 16:15:56 +0000 (11:15 -0500)
commit823be41cec8b9b8633ab6469303266f3583e27b7
tree35c9749aaa2c6906f12158d1e25240fd1ac66211
parent1e2069399dfb511e5c00c2b14397a5e6e28ef3ae
rgw: RGWCoroutine::drain_children() checks errors on last stack

collect() returns false when it gets to the last stack. but it always
collects one result, so we need to check for errors even when it returns
false

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 6d0f18d0e56d28451bbe379b1ee7a83ee8b70ce7)
src/rgw/rgw_coroutine.cc