Re: [PATCH 2/7] virStorageSourceUpdateCapacity: Drop 'probe' argument

2020-02-23 Thread Ján Tomko
On Fri, Feb 21, 2020 at 02:51:40PM +0100, Peter Krempa wrote: Both callers pass false. Since we frown upon format probing, remove the unused possibility to do the probing. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 2 +- src/storage/storage_util.c | 2 +- src/util/virstoragefi

[PATCH 2/7] virStorageSourceUpdateCapacity: Drop 'probe' argument

2020-02-21 Thread Peter Krempa
Both callers pass false. Since we frown upon format probing, remove the unused possibility to do the probing. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 2 +- src/storage/storage_util.c | 2 +- src/util/virstoragefile.c | 23 ++- src/util/virstoragefile.h