Re: [dm-devel] [RFC PATCH 1/5] libmultipath: move remove_map waiter code to multipathd

2018-02-10 Thread Martin Wilck
On Fri, 2018-02-09 at 23:07 -0600, Benjamin Marzinski wrote: > Only multipathd needs to worry about the multipath waiter code. There > is > no point in having remove_map_and_stop_waiter() or > remove_maps_and_stop_waiters() in libmultipath, since they should > never > be use outside of multipathd.

[dm-devel] [RFC PATCH 1/5] libmultipath: move remove_map waiter code to multipathd

2018-02-09 Thread Benjamin Marzinski
Only multipathd needs to worry about the multipath waiter code. There is no point in having remove_map_and_stop_waiter() or remove_maps_and_stop_waiters() in libmultipath, since they should never be use outside of multipathd. Signed-off-by: Benjamin Marzinski --- libmultipath/structs_vec.c | 40