diff mbox

block: drop unused bdrv_clear_incoming_migration_all() prototype

Message ID 1418212937-22222-1-git-send-email-stefanha@redhat.com
State New
Headers show

Commit Message

Stefan Hajnoczi Dec. 10, 2014, 12:02 p.m. UTC
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>
---
 include/block/block.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Max Reitz Dec. 10, 2014, 12:46 p.m. UTC | #1
On 2014-12-10 at 13:02, Stefan Hajnoczi wrote:
> 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>
> ---
>   include/block/block.h | 2 --
>   1 file changed, 2 deletions(-)

Reviewed-by: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczi Dec. 12, 2014, 4:55 p.m. UTC | #2
On Wed, Dec 10, 2014 at 12:02:17PM +0000, Stefan Hajnoczi wrote:
> 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>
> ---
>  include/block/block.h | 2 --
>  1 file changed, 2 deletions(-)

Applied to my block-next tree:
https://github.com/stefanha/qemu/commits/block-next

Stefan
diff mbox

Patch

diff --git a/include/block/block.h b/include/block/block.h
index 5450610..c775d5e 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);