Re: [Qemu-devel] [PATCH v6 2/3] block/stream: refactor stream_run: drop goto

2019-05-28 Thread Max Reitz
On 06.05.19 17:34, Vladimir Sementsov-Ogievskiy wrote: > The goto is unnecessary in the stream_run() since the common exit > code was removed in the commit eb23654dbe43b549ea2a9ebff9d8e: > "jobs: utilize job_exit shim". > > Signed-off-by: Vladimir Sementsov-Ogievskiy > Signed-off-by: Andrey Shink

[Qemu-devel] [PATCH v6 2/3] block/stream: refactor stream_run: drop goto

2019-05-06 Thread Vladimir Sementsov-Ogievskiy
The goto is unnecessary in the stream_run() since the common exit code was removed in the commit eb23654dbe43b549ea2a9ebff9d8e: "jobs: utilize job_exit shim". Signed-off-by: Vladimir Sementsov-Ogievskiy Signed-off-by: Andrey Shinkevich Reviewed-by: Alberto Garcia --- block/stream.c | 13 --