diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-02-21 16:43:52 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-02-29 12:48:47 +0100 |
commit | b6a127a156d5c26ea714493731db35a9491919da (patch) | |
tree | 9bee47811b156fec33702170c5478665330e4a70 /block_int.h | |
parent | 56116a14699b9d898a8d6581a58ec81e4abae6e6 (diff) |
block: drop aio_multiwrite in BlockDriver
These were never used.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block_int.h')
-rw-r--r-- | block_int.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/block_int.h b/block_int.h index 25aff8013f..bd86af00a2 100644 --- a/block_int.h +++ b/block_int.h @@ -162,12 +162,6 @@ struct BlockDriver { */ int coroutine_fn (*bdrv_co_flush_to_os)(BlockDriverState *bs); - int (*bdrv_aio_multiwrite)(BlockDriverState *bs, BlockRequest *reqs, - int num_reqs); - int (*bdrv_merge_requests)(BlockDriverState *bs, BlockRequest* a, - BlockRequest *b); - - const char *protocol_name; int (*bdrv_truncate)(BlockDriverState *bs, int64_t offset); int64_t (*bdrv_getlength)(BlockDriverState *bs); |