Markus Armbruster 822e1cd17e block: Make BlockDriver method bdrv_eject() return void
Callees always return 0, except for FreeBSD's cdrom_eject(), which
returns -ENOTSUP when the device is in a terminally wedged state.

The only caller is bdrv_eject(), and it maps -ENOTSUP to 0 since
commit 4be9762a.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2011-08-01 12:10:28 +02:00
..
2011-06-14 17:03:27 +02:00
2011-06-14 10:01:19 +02:00
2011-07-25 14:38:56 +00:00
2011-06-15 14:35:15 +02:00
2011-01-12 19:48:58 +00:00