mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
rgw: fix compilation warning
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
parent
b09fcde5b3
commit
d5d2d3208c
@ -234,7 +234,7 @@ int RGWCoroutinesStack::operate(RGWCoroutinesEnv *_env)
|
||||
r = unwind(op_retcode);
|
||||
op->put();
|
||||
done_flag = (pos == ops.end());
|
||||
blocked_flag &= ~done_flag;
|
||||
blocked_flag &= !done_flag;
|
||||
if (done_flag) {
|
||||
retcode = op_retcode;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user