mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
storage: backend: Fix formatting of function arguments
This commit is contained in:
parent
3103a9770f
commit
c861750ee9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user