diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2014-12-10 12:02:17 +0000 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-12-12 16:55:16 +0000 |
commit | b5cf2c1b0897506a40e0c420391875acc484792b (patch) | |
tree | 0c12492372c9368ba72057c8c81ba29b5868d1c7 /include/block | |
parent | 43c5d8f8001eb467abf091c3e2a8aca3d1e5b522 (diff) | |
download | qemu-b5cf2c1b0897506a40e0c420391875acc484792b.tar.gz qemu-b5cf2c1b0897506a40e0c420391875acc484792b.tar.bz2 qemu-b5cf2c1b0897506a40e0c420391875acc484792b.zip |
block: drop unused bdrv_clear_incoming_migration_all() prototype
The bdrv_clear_incoming_migration_all() function has not existed since
commit 7ea2d269cb84ca7a2f4b7c3735634176f7c1dc35 ("block/migration:
Disable cache invalidate for incoming migration").
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 1418212937-22222-1-git-send-email-stefanha@redhat.com
Diffstat (limited to 'include/block')
-rw-r--r-- | include/block/block.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/block/block.h b/include/block/block.h index 919c8f50ef..6e7275d95b 100644 --- a/include/block/block.h +++ b/include/block/block.h @@ -329,8 +329,6 @@ BlockAIOCB *bdrv_aio_ioctl(BlockDriverState *bs, void bdrv_invalidate_cache(BlockDriverState *bs, Error **errp); void bdrv_invalidate_cache_all(Error **errp); -void bdrv_clear_incoming_migration_all(void); - /* Ensure contents are flushed to disk. */ int bdrv_flush(BlockDriverState *bs); int coroutine_fn bdrv_co_flush(BlockDriverState *bs); |