]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: use virFindFileInPath to validate presence of mkfs
authorPavel Hrdina <phrdina@redhat.com>
Wed, 14 Apr 2021 23:09:21 +0000 (01:09 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 21 Apr 2021 12:20:50 +0000 (14:20 +0200)
commit16c69e7aaed4cabfd8e8c19cc326854d4c480437
treeb16a21c8dc50955c7524f8a7de1b8e10ac1ad1b8
parenta6cc9e46fb9857d6ab827eeb8a1630c9bd5f55f1
storage: use virFindFileInPath to validate presence of mkfs

Future patch will remove MKFS define as we will no longer check it
during compilation.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/storage/storage_backend_fs.c