On 01.10.2015 15:13, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf <[email protected]> > Reviewed-by: Max Reitz <[email protected]> > Reviewed-by: Alberto Garcia <[email protected]> > --- > block/quorum.c | 63 > ++++++++++++++++++++++++++++++---------------------------- > 1 file changed, 33 insertions(+), 30 deletions(-) > > diff --git a/block/quorum.c b/block/quorum.c > index 8fe53b4..c4cda32 100644 > --- a/block/quorum.c > +++ b/block/quorum.c
[...]
> @@ -923,7 +924,7 @@ static int quorum_open(BlockDriverState *bs, QDict
> *options, int flags,
> }
>
> /* allocate the children BlockDriverState array */
Just noticed when looking at some other series: This comment is now stale.
Max
> - s->bs = g_new0(BlockDriverState *, s->num_children);
> + s->children = g_new0(BdrvChild *, s->num_children);
> opened = g_new0(bool, s->num_children);
>
> for (i = 0; i < s->num_children; i++) {
signature.asc
Description: OpenPGP digital signature
