]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/Continuation.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / common / Continuation.h
index 966b63d07acba9c0dadecf07648696002033269b..1c61e7c4eba3c8be9e5d62748d00c5b64279b075 100644 (file)
@@ -144,8 +144,7 @@ private:
     assert (!done ||
             stages_in_flight.size() == stages_processing.size());
 
-    if (done ||
-        (reported_done && stages_processing.empty())) {
+    if ((done || reported_done) && stages_processing.empty()) {
       _done();
       delete this;
     }