From b466e215f0c68cb8d1cb6f37cce6ab3e890086bd Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 27 May 2020 13:55:25 +0300 Subject: [PATCH] Fix queued OP_SYNC execution --- osd_primary.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/osd_primary.cpp b/osd_primary.cpp index aee21a6a..3257152d 100644 --- a/osd_primary.cpp +++ b/osd_primary.cpp @@ -530,6 +530,7 @@ finish: if (syncs_in_progress.size() > 0) { cur_op = syncs_in_progress.front(); + op_data = cur_op->op_data; op_data->st++; goto resume_2; }