Re: [PATCH 3/3] libnvdimm, region_devs: reset related seeds when fail to create namespace

2018-09-10 Thread kbuild test robot
Hi Ocean, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linux-nvdimm/libnvdimm-for-next] [also build test WARNING on v4.19-rc3 next-20180910] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://

[PATCH 3/3] libnvdimm, region_devs: reset related seeds when fail to create namespace

2018-09-09 Thread Ocean He
From: Ocean He During runtime, namespace creation may fail if blocked by commit 15d36fecd0bdc7510b70 ("mm: disallow mappings that conflict for devm_memremap_pages()"). To ensure pfn_seed/dax_seed and namespace_seed are ready for next namespace creation, here to do detach and reset. Signed-off-by