Re: [Qemu-devel] [PATCH 10/14] backup: Remove bs parameter from backup_do_cow()

2016-05-13 Thread Max Reitz
On 04.05.2016 11:39, Kevin Wolf wrote: > Now that we pass the job to the function, bs is implied by that. > > Signed-off-by: Kevin Wolf > --- > block/backup.c | 13 ++--- > 1 file changed, 6 insertions(+), 7 deletions(-) Reviewed-by: Max Reitz signature.asc Description: OpenPGP digi

[Qemu-devel] [PATCH 10/14] backup: Remove bs parameter from backup_do_cow()

2016-05-04 Thread Kevin Wolf
Now that we pass the job to the function, bs is implied by that. Signed-off-by: Kevin Wolf --- block/backup.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/block/backup.c b/block/backup.c index a57288f..670ba50 100644 --- a/block/backup.c +++ b/block/backup.c