]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Log an error when we fail to set the COW attribute
authorJán Tomko <jtomko@redhat.com>
Thu, 17 Jul 2014 10:18:56 +0000 (12:18 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 17 Jul 2014 12:32:29 +0000 (14:32 +0200)
commit490bf29d508fbba197dad2c4570345a227f61411
tree8a2044b40cfdb7c5d678f5ab98a443963726674b
parent11d28050c58bc44cc2bbb736468e553a3a322409
Log an error when we fail to set the COW attribute

Coverity complains about the return value of ioctl not being checked.

Even though we carry on when this fails (just like qemu-img does),
we can log an error.
src/storage/storage_backend.c