Skip to content

Commit

Permalink
block: drop unused bdrv_clear_incoming_migration_all() prototype
Browse files Browse the repository at this point in the history
The bdrv_clear_incoming_migration_all() function has not existed since
commit 7ea2d26 ("block/migration:
Disable cache invalidate for incoming migration").

Signed-off-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Message-id: [email protected]
  • Loading branch information
stefanhaRH committed Dec 12, 2014
1 parent 43c5d8f commit b5cf2c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/block/block.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b5cf2c1

Please sign in to comment.