]> xenbits.xensource.com Git - libvirt.git/commit
Treat ENOTSUP like ENODATA, after failed fgetfilecon.
authorJim Meyering <meyering@redhat.com>
Mon, 17 Mar 2008 16:57:21 +0000 (16:57 +0000)
committerJim Meyering <meyering@redhat.com>
Mon, 17 Mar 2008 16:57:21 +0000 (16:57 +0000)
commita34bcb782963c9e098e184c37c7f1bfae2643854
tree7155bd7854a0867eb17a49b0f07eb5beaf9c5980
parent96c795328d1d008ae3c6bc42e325efc04844ecac
Treat ENOTSUP like ENODATA, after failed fgetfilecon.

* src/storage_backend.c (virStorageBackendUpdateVolInfoFD): Treat a
failed fgetfilecon with errno == ENOTSUP the same as for ENODATA.
ChangeLog
src/storage_backend.c