]> Git Repo - qemu.git/commit
block: drop bdrv_has_async_rw()
authorStefan Hajnoczi <[email protected]>
Thu, 13 Oct 2011 20:09:32 +0000 (21:09 +0100)
committerKevin Wolf <[email protected]>
Fri, 14 Oct 2011 15:31:22 +0000 (17:31 +0200)
commit09f085d59dcca7cccc76a22ad4e5cc70e3ff2bdd
tree7bd317579d07e5ce2f23258708056c2183916e0a
parentf8c35c1d59c9fecf79f6d5a02cd09f472a6f411d
block: drop bdrv_has_async_rw()

Commit cd74d83345e0e3b708330ab8c4cd9111bb82cda6 ("block: switch
bdrv_read()/bdrv_write() to coroutines") removed the bdrv_has_async_rw()
callers.  This patch removes bdrv_has_async_rw() since it is no longer
used.

Signed-off-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block.c
This page took 0.024525 seconds and 4 git commands to generate.