From: Richard W.M. Jones Date: Tue, 30 Jun 2009 14:10:31 +0000 (+0100) Subject: Change statvfs test so it doesn't depend on device size. X-Git-Tag: 1.0.55~34 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=532009d1ccf16b87859dd58884a82512e8eba937;hp=532009d1ccf16b87859dd58884a82512e8eba937 Change statvfs test so it doesn't depend on device size. Current statvfs test depended on a lot of filesystem details which can change if the CHS of the underlying block device changes (eg. with the switch from IDE -> virtio). These are not really necessary to test the call, so instead just check for filesystem features. ---