Re: [dm-devel] [PATCH 07/16] libmultipath: make one_group allocate a new vector

2019-08-14 Thread Martin Wilck
On Fri, 2019-08-02 at 11:33 -0500, Benjamin Marzinski wrote: > All the pgpolicy functions besides one_group() allocate a new vector > for > the pathgroups. If one_group() works the same, it is easier to factor > out the common code. > > Signed-off-by: Benjamin Marzinski Reviewed-by: Martin

[dm-devel] [PATCH 07/16] libmultipath: make one_group allocate a new vector

2019-08-02 Thread Benjamin Marzinski
All the pgpolicy functions besides one_group() allocate a new vector for the pathgroups. If one_group() works the same, it is easier to factor out the common code. Signed-off-by: Benjamin Marzinski --- libmultipath/pgpolicies.c | 22 +++--- 1 file changed, 11 insertions(+), 11