commit | 0fcc38e7d0fb102ab9e9a9734459bdff89d3121f | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Mar 20 18:11:09 2018 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Mar 26 12:17:43 2018 +0200 |
tree | ffaa2f2e2d0aa256838535b321b0fcbe3c59066d | |
parent | b412f49407e81dd6cdd9aaf5310895e579ed21d6 [diff] |
vhdx: Don't use error_setg_errno() with constant errno error_setg_errno() is meant for cases where we got an errno from the OS that can add useful extra information to an error message. It's pointless if we pass a constant errno, these cases should use plain error_setg(). Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Jeff Cody <jcody@redhat.com>