commit | 588b65a37abf7bbe47c3a7243a871d83fa1aa66b | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 20 13:16:19 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Oct 21 17:34:13 2011 +0200 |
tree | 1c81bde3c7e7c1ceee58db8d22164825e9e0fdaf | |
parent | 34d4260e1846d69d7241f690534e3dd4b3e6fd5b [diff] |
vmdk: fix return values of vmdk_parent_open While vmdk_open_desc_file (touched by the patch) correctly changed -1 to -EINVAL, vmdk_open did not. Fix it directly in vmdk_parent_open. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>