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

2014-02-02 Thread Max Reitz
On 28.01.2014 17:52, Benoît Canet wrote: From: Benoît Canet Check that every bs file returns the same length. Otherwize, return -EIO to disable the quorum and *Otherwise avoid length discrepancy. Signed-off-by: Benoit Canet --- block/quorum.c | 26 ++ 1 file cha

[Qemu-devel] [PATCH V10 07/13] quorum: Add quorum_getlength().

2014-01-28 Thread Benoît Canet
From: Benoît Canet Check that every bs file returns the same length. Otherwize, return -EIO to disable the quorum and avoid length discrepancy. Signed-off-by: Benoit Canet --- block/quorum.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/block/quorum.c b/block/