diff options
author | Naphtali Sprei <nsprei@redhat.com> | 2010-01-21 14:40:37 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-01-26 15:42:01 -0600 |
commit | 37226ad946597126f5bce36f75f818b12fe4b5b8 (patch) | |
tree | af362b3d17c1d7616d6ff867e2fbbf071bae4f17 /block.h | |
parent | 95d5f08bad10dba8c623cb2b9625017d0e16cb2e (diff) |
No need anymoe for bdrv_set_read_only
Signed-off-by: Naphtali Sprei <nsprei@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'block.h')
-rw-r--r-- | block.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -147,7 +147,6 @@ int bdrv_get_type_hint(BlockDriverState *bs); int bdrv_get_translation_hint(BlockDriverState *bs); int bdrv_is_removable(BlockDriverState *bs); int bdrv_is_read_only(BlockDriverState *bs); -int bdrv_set_read_only(BlockDriverState *bs, int read_only); int bdrv_is_sg(BlockDriverState *bs); int bdrv_enable_write_cache(BlockDriverState *bs); int bdrv_is_inserted(BlockDriverState *bs); |