Re: [dm-devel] [PATCH 1/5] libmultipath: pull functions into util.c

2017-09-08 Thread Martin Wilck
On Fri, 2017-09-08 at 13:45 -0500, Benjamin Marzinski wrote: > This patch just pulls safe_write out of rbd. and the persistent > reservation key parsing code out of dict.c and puts them in util.c, > so that other functions can make use of them. > > Signed-off-by: Benjamin Marzinski

[dm-devel] [PATCH 1/5] libmultipath: pull functions into util.c

2017-09-08 Thread Benjamin Marzinski
This patch just pulls safe_write out of rbd. and the persistent reservation key parsing code out of dict.c and puts them in util.c, so that other functions can make use of them. Signed-off-by: Benjamin Marzinski --- libmultipath/checkers/rbd.c | 16 +---