storage: backend: Fix formatting of function arguments

This commit is contained in:
Peter Krempa 2014-07-14 13:29:43 +02:00
parent 3103a9770f
commit c861750ee9
2 changed files with 9 additions and 9 deletions

View File

@ -893,8 +893,8 @@ virStorageBackendFileSystemRefresh(virConnectPtr conn ATTRIBUTE_UNUSED,
vol->backingStore.path = backingStore;
vol->backingStore.format = backingStoreFormat;
ignore_value(virStorageBackendUpdateVolTargetInfo(
&vol->backingStore, true, false,
ignore_value(virStorageBackendUpdateVolTargetInfo(&vol->backingStore,
true, false,
VIR_STORAGE_VOL_OPEN_DEFAULT));
/* If this failed, the backing file is currently unavailable,
* the capacity, allocation, owner, group and mode are unknown.