]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Fix incorrect error codes
authorOsier Yang <jyang@redhat.com>
Thu, 1 Sep 2011 07:24:59 +0000 (15:24 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 1 Sep 2011 09:36:38 +0000 (17:36 +0800)
commitffafede112a49982c26d00a04ef1f82bbf41d9c8
tree8fd104285370f329a210768b7c78e13f194244ce
parentfd038a337bb370c545ba0d7319611cfc4f8c1731
storage: Fix incorrect error codes

Commit 0376f4a69b intended to fix incorrect use of VIR_ERR_NO_SUPPORT,
but replacing it with VIR_ERR_OPERATION_INVALID is not proper either.
src/storage/storage_backend.c
src/storage/storage_backend_disk.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_logical.c