Kevin Wolf 42a65f02f9 block: Remove bdrv_set_aio_context()
All callers of bdrv_set_aio_context() are eliminated now, they have
moved to bdrv_try_set_aio_context() and related safe functions. Remove
bdrv_set_aio_context().

With this, we can now know that the .set_aio_ctx callback must be
present in bdrv_set_aio_context_ignore() because
bdrv_can_set_aio_context() would have returned false previously, so
instead of checking the condition, we can assert it.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2019-06-04 16:55:58 +02:00
..
2018-07-13 10:16:04 +01:00
2019-03-06 10:40:21 +01:00
2017-01-16 10:11:43 +01:00
2019-03-06 10:40:21 +01:00
2018-08-21 10:22:03 +02:00
2017-01-24 23:26:52 +03:00
2016-10-13 17:23:53 +02:00