]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Remove bogus filtering from virDomainGetRootFilesystem
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 22 Mar 2013 12:09:39 +0000 (12:09 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 22 Mar 2013 17:27:01 +0000 (17:27 +0000)
commit53cbfc2f106d0af62940a1f9f8b8ac634fe0fca2
tree8c86ba4eb6cfbca00b37ed6747409298f0840c50
parent5ba077dcd0775d5fc5b8d3691c0a68b46e44ff9e
Remove bogus filtering from virDomainGetRootFilesystem

The virDomainGetRootFilesystem was only returning filesystems
with type=mount. This is bogus - any type of filesystem is
valid as the root, if dst=/.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/conf/domain_conf.c