]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: RGWCoroutinesManager::run returns status of last cr 10778/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 16 Aug 2016 18:41:14 +0000 (14:41 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 18 Aug 2016 17:41:08 +0000 (13:41 -0400)
Fixes: http://tracker.ceph.com/issues/17047
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_coroutine.cc

index 455c178478ef85ad07756f494baf96505e4f0729..f9a64d114c6e1dd08aa8729c3da24a997dc6c0d7 100644 (file)
@@ -574,8 +574,6 @@ int RGWCoroutinesManager::run(list<RGWCoroutinesStack *>& stacks)
     if (iter == scheduled_stacks.end()) {
       iter = scheduled_stacks.begin();
     }
-
-    ret = 0;
   }
 
   lock.get_write();