block/stream: refactor stream_run: drop goto
commit96a07d5bf447e616361acd4181a0fb24377483d9
authorAndrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Wed, 29 May 2019 17:56:15 +0000 (29 20:56 +0300)
committerMax Reitz <mreitz@redhat.com>
Tue, 2 Jul 2019 01:53:04 +0000 (2 03:53 +0200)
tree989e42e6c85bd6f96db1a1320f5aa57928d9792f
parent170d3bd341b3955f10b40b4569f66bf3d4dbc4a0
block/stream: refactor stream_run: drop goto

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 <vsementsov@virtuozzo.com>
Signed-off-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 1559152576-281803-3-git-send-email-andrey.shinkevich@virtuozzo.com
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/stream.c