Re: [libvirt PATCH v2 13/21] storage: use virFindFileInPath to validate presence of mkfs

2021-04-21 Thread Pavel Hrdina
On Tue, Apr 20, 2021 at 02:44:53PM +0100, Daniel P. Berrangé wrote: > On Mon, Apr 19, 2021 at 07:14:16PM +0200, Pavel Hrdina wrote: > > Future patch will remove MKFS define as we will no longer check it > > during compilation. > > > > Signed-off-by: Pavel Hrdina > > --- > >

Re: [libvirt PATCH v2 13/21] storage: use virFindFileInPath to validate presence of mkfs

2021-04-20 Thread Daniel P . Berrangé
On Mon, Apr 19, 2021 at 07:14:16PM +0200, Pavel Hrdina wrote: > Future patch will remove MKFS define as we will no longer check it > during compilation. > > Signed-off-by: Pavel Hrdina > --- > src/storage/storage_backend_fs.c | 24 +--- > 1 file changed, 9 insertions(+), 15

[libvirt PATCH v2 13/21] storage: use virFindFileInPath to validate presence of mkfs

2021-04-19 Thread Pavel Hrdina
Future patch will remove MKFS define as we will no longer check it during compilation. Signed-off-by: Pavel Hrdina --- src/storage/storage_backend_fs.c | 24 +--- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/storage/storage_backend_fs.c