diff options
author | Markus Armbruster <armbru@redhat.com> | 2011-07-20 18:23:42 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2011-08-01 12:10:28 +0200 |
commit | 822e1cd17e8fa3ae98d0481c20f042316ace3fbc (patch) | |
tree | 7105535f346629f7d0ec761fee06a1221f037dd5 /block/vvfat.c | |
parent | 7bf37feddcfa527304cfdc02bd2db8912ee9bf8c (diff) |
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>
Diffstat (limited to 'block/vvfat.c')
0 files changed, 0 insertions, 0 deletions