> ; Max Reitz
> Subject: [PATCH v6 1/4] replication: Remove s->active_disk
>
> s->active_disk is bs->file. Remove it and use local variables instead.
>
> Signed-off-by: Lukas Straub
> Reviewed-by: Vladimir Sementsov-Ogievskiy
Looks good for me.
Revie
s->active_disk is bs->file. Remove it and use local variables instead.
Signed-off-by: Lukas Straub
Reviewed-by: Vladimir Sementsov-Ogievskiy
---
block/replication.c | 34 +-
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/block/replication.c b/blo