Re: [libvirt PATCH 04/17] util: move virStorageFileGetLVMKey to locking

2021-01-06 Thread Pavel Hrdina
On Mon, Jan 04, 2021 at 04:30:03PM +0100, Peter Krempa wrote: > On Mon, Dec 14, 2020 at 16:55:24 +0100, Pavel Hrdina wrote: > > The function doesn't take virStorageSource as argument and has nothing > > in common with virStorageSource or storage file. > > > > Signed-off-by: Pavel Hrdina > > --- >

Re: [libvirt PATCH 04/17] util: move virStorageFileGetLVMKey to locking

2021-01-04 Thread Peter Krempa
On Mon, Dec 14, 2020 at 16:55:24 +0100, Pavel Hrdina wrote: > The function doesn't take virStorageSource as argument and has nothing > in common with virStorageSource or storage file. > > Signed-off-by: Pavel Hrdina > --- > src/libvirt_private.syms| 1 - > src/locking/lock_driver_lockd.

[libvirt PATCH 04/17] util: move virStorageFileGetLVMKey to locking

2020-12-14 Thread Pavel Hrdina
The function doesn't take virStorageSource as argument and has nothing in common with virStorageSource or storage file. Signed-off-by: Pavel Hrdina --- src/libvirt_private.syms| 1 - src/locking/lock_driver_lockd.c | 66 - src/util/virstoragefile.c