Re: [dm-devel] [PATCH 20/21] libmultipath: dm_get_uuid(): return emtpy UUID for non-existing maps

2023-09-06 Thread Benjamin Marzinski
On Fri, Sep 01, 2023 at 08:02:33PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > > libdevmapper will most probably not return a UUID for non-existing > maps anyway. But it's cheap to double-check here. > Reviewed-by: Benjamin Marzinski > Signed-off-by: Martin Wilck > --- > libmultipath

[dm-devel] [PATCH 20/21] libmultipath: dm_get_uuid(): return emtpy UUID for non-existing maps

2023-09-01 Thread mwilck
From: Martin Wilck libdevmapper will most probably not return a UUID for non-existing maps anyway. But it's cheap to double-check here. Signed-off-by: Martin Wilck --- libmultipath/devmapper.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libmultipath/devmapper