From: Radosław Zarzyński Date: Mon, 9 Oct 2023 19:40:47 +0000 (+0200) Subject: osd: improve comments in ECBackend::objects_read_async() X-Git-Tag: testing/wip-batrick-testing-20240411.154038~431^2~15 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6f261a63322595d8313e8104f579698674e288b8;p=ceph-ci.git osd: improve comments in ECBackend::objects_read_async() Signed-off-by: Radosław Zarzyński --- diff --git a/src/osd/ECBackend.cc b/src/osd/ECBackend.cc index e29d181ec0b..1322f7f47f3 100644 --- a/src/osd/ECBackend.cc +++ b/src/osd/ECBackend.cc @@ -1523,6 +1523,7 @@ void ECBackend::objects_read_async( int r = 0; for (auto &&read: to_read) { if (got.first < 0) { + // error handling if (read.second.second) { read.second.second->complete(got.first); }