block: Remove type hint, it's guest matter, doesn't belong here
authorMarkus Armbruster <armbru@redhat.com>
Mon, 16 May 2011 13:04:57 +0000 (15:04 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 19 May 2011 08:26:23 +0000 (10:26 +0200)
commit128baccc6c900b0315293ca007ae2d09eb224d3f
tree156fa95e2f010f77cbb0e1a4f533fa0d97260a8b
parentda294fdfdd9604cf755cf58bc7a23436d7448034
block: Remove type hint, it's guest matter, doesn't belong here

No users of bdrv_get_type_hint() left.  bdrv_set_type_hint() can make
the media removable by side effect.  Make that explicit.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block.h
block_int.h
blockdev.c