Re: [libvirt] [PATCH 1/2] fs: Remove virStoragePoolProbeResult and FILESYSTEM_PROBE_ values

2016-11-18 Thread Ján Tomko
On Tue, Nov 15, 2016 at 06:48:02PM -0500, John Ferlan wrote: They're not necessary - either we have an error or not especially since the caller only checked for the "NOT_FOUND" case. Signed-off-by: John Ferlan --- src/storage/storage_backend_fs.c | 16 +++- src/storage/storage_backen

[libvirt] [PATCH 1/2] fs: Remove virStoragePoolProbeResult and FILESYSTEM_PROBE_ values

2016-11-15 Thread John Ferlan
They're not necessary - either we have an error or not especially since the caller only checked for the "NOT_FOUND" case. Signed-off-by: John Ferlan --- src/storage/storage_backend_fs.c | 16 +++- src/storage/storage_backend_fs.h | 5 - 2 files changed, 7 insertions(+), 14 delet