Re: [dm-devel] [PATCH 1/7] libmultipath: change do_get_info returns

2020-06-18 Thread Benjamin Marzinski
On Thu, Jun 18, 2020 at 03:27:22PM +, Martin Wilck wrote: > On Wed, 2020-06-17 at 19:24 -0500, Benjamin Marzinski wrote: > > Make do_get_info() differentiate between dm failures and missing > > devices, and update callers to retain their current behavior. Also, > > rename it and make it

Re: [dm-devel] [PATCH 1/7] libmultipath: change do_get_info returns

2020-06-18 Thread Martin Wilck
On Wed, 2020-06-17 at 19:24 -0500, Benjamin Marzinski wrote: > Make do_get_info() differentiate between dm failures and missing > devices, and update callers to retain their current behavior. Also, > rename it and make it external. These changes will be used by future > commits. > >

[dm-devel] [PATCH 1/7] libmultipath: change do_get_info returns

2020-06-17 Thread Benjamin Marzinski
Make do_get_info() differentiate between dm failures and missing devices, and update callers to retain their current behavior. Also, rename it and make it external. These changes will be used by future commits. Signed-off-by: Benjamin Marzinski --- libmultipath/devmapper.c | 29