commit | d8b6895f7a8e5bcc5be1557e8048db43882f3b33 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Mon Jun 10 11:29:27 2013 -0400 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Mon Jun 17 11:01:14 2013 -0400 |
tree | 0893cc6c8bb26e207e00b0b40e728fc8a4affbfe | |
parent | 1befce9652a1b7cfca0191b3031fae3cbce26ef0 [diff] |
block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILED The call to drv->bdrv_reopen_prepare() can fail due to reasons other than an open failure. Unfortunately, we can't use errno nor -ret, cause they are not always set. Stick to a generic error message then. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Acked-by: Kevin Wolf <kwolf@redhat.com>