Re: [Qemu-devel] [PATCH V9 07/11] quorum: Add quorum_getlength().

2013-10-04 Thread Max Reitz
On 2013-10-02 14:39, Benoît Canet wrote: Check that every bs file return the same length. *returns If not return -EIO to disable the quorum and I'd prefer If not, (mind the comma) or Otherwise, (comma optional). Max avoid length discrepancy. Signed-off-by: Benoit Canet ben...@irqsave.net

[Qemu-devel] [PATCH V9 07/11] quorum: Add quorum_getlength().

2013-10-02 Thread Benoît Canet
Check that every bs file return the same length. If not return -EIO to disable the quorum and avoid length discrepancy. Signed-off-by: Benoit Canet ben...@irqsave.net --- block/quorum.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/block/quorum.c