]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: RGWCoroutine::drain_children() checks errors on last stack 39182/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 29 Jan 2021 22:12:18 +0000 (17:12 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 29 Jan 2021 22:31:01 +0000 (17:31 -0500)
commit6d0f18d0e56d28451bbe379b1ee7a83ee8b70ce7
tree8434bb925f3dfd7dca6c12cb84236144c1b3b562
parentd0916ecbb516363f16a454cfbf0363dec39018ff
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>
src/rgw/rgw_coroutine.cc