[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5 3/3] quorum: modify vote rules for flush oper
From: |
Alberto Garcia |
Subject: |
Re: [Qemu-devel] [PATCH v5 3/3] quorum: modify vote rules for flush operation |
Date: |
Wed, 24 Feb 2016 13:38:41 +0100 |
User-agent: |
Notmuch/0.13.2 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu) |
On Wed 24 Feb 2016 11:11:55 AM CET, Changlong Xie wrote:
> + if (result) {
> + quorum_report_bad(QUORUM_OP_TYPE_FLUSH, NULL,
> + s->children[i]->bs->node_name, result);
This line can change depending on what happens with patch 2, but the
rest looks correct to me, therefore:
Reviewed-by: Alberto Garcia <address@hidden>
You can keep the Reviewed-by line as long as you only change the line
above to match the prototype set in patch 2.
Berto