Am 04.04.2016 um 15:43 hat Alberto Garcia geschrieben: > bdrv_drain_all() pauses all block jobs by using bdrv_next() to iterate > over all top-level BlockDriverStates. Therefore the code is unable to > find block jobs in other nodes. > > This patch uses block_job_next() to iterate over all block jobs. > > Signed-off-by: Alberto Garcia <[email protected]>
This conflicts with Paolo's patches in block-next. Please rebase. (Apart from that, the change looks sane.) Kevin
