From 389ff16f4b84f06d2df15af216a99c9f2ea1552b Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 16 Aug 2016 14:41:14 -0400 Subject: [PATCH] rgw: RGWCoroutinesManager::run returns status of last cr Fixes: http://tracker.ceph.com/issues/17047 Signed-off-by: Casey Bodley --- src/rgw/rgw_coroutine.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rgw/rgw_coroutine.cc b/src/rgw/rgw_coroutine.cc index 455c178478e..f9a64d114c6 100644 --- a/src/rgw/rgw_coroutine.cc +++ b/src/rgw/rgw_coroutine.cc @@ -574,8 +574,6 @@ int RGWCoroutinesManager::run(list& stacks) if (iter == scheduled_stacks.end()) { iter = scheduled_stacks.begin(); } - - ret = 0; } lock.get_write(); -- 2.47.3