[dm-devel] [PATCH] multipath-tools: multipathd: Fix memory leak on load_config().

2017-01-21 Thread Gris Ge
* Just free_config() before exit. Signed-off-by: Gris Ge --- multipathd/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multipathd/main.c b/multipathd/main.c index 1e64afc..2f5042e 100644 --- a/multipathd/main.c +++ b/multipathd/main.c @@ -2633,6 +2633,7 @@ main

Re: [dm-devel] [PATCH 00/13] dax, pmem: move cpu cache maintenance to libnvdimm

2017-01-21 Thread Christoph Hellwig
On Sat, Jan 21, 2017 at 04:28:52PM +, Matthew Wilcox wrote: > Of course, there may not be a backing device either! s/backing device/block device/ ? If so fully agreed. I like the dax_ops scheme, but we should go all the way and detangle it from the block device. I already brought up this