aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2020-04-07 14:12:59 +0200
committerKevin Wolf <kwolf@redhat.com>2020-04-07 15:40:57 +0200
commit7f16476fab14fc32388e0ebae793f64673848efa (patch)
tree712f2616b235825d09dbb8e2df973e476db91c46 /po
parentfbb92b6798894d3bf62fe3578d99fa62c720b242 (diff)
downloadqemu-7f16476fab14fc32388e0ebae793f64673848efa.zip
qemu-7f16476fab14fc32388e0ebae793f64673848efa.tar.gz
qemu-7f16476fab14fc32388e0ebae793f64673848efa.tar.bz2
block: Fix blk->in_flight during blk_wait_while_drained()
Waiting in blk_wait_while_drained() while blk->in_flight is increased for the current request is wrong because it will cause the drain operation to deadlock. This patch makes sure that blk_wait_while_drained() is called with blk->in_flight increased exactly once for the current request, and that it temporarily decreases the counter while it waits. Fixes: cf3129323f900ef5ddbccbe86e4fa801e88c566e Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-Id: <20200407121259.21350-4-kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'po')
0 files changed, 0 insertions, 0 deletions