Re: [PATCH 13/13] pmem: kill __pmem address space

2016-06-04 Thread kbuild test robot
Hi, [auto build test WARNING on v4.7-rc1] [also build test WARNING on next-20160603] [cannot apply to linux-nvdimm/libnvdimm-for-next tip/x86/core] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits

[PATCH 13/13] pmem: kill __pmem address space

2016-06-04 Thread Dan Williams
The __pmem address space was meant to annotate codepaths that touch persistent memory and need to coordinate a call to wmb_pmem(). Now that wmb_pmem() is gone, there is little need to keep this annotation. Cc: Christoph Hellwig Cc: Ross Zwisler Signed-off-by: Dan Williams --- Documentation/fi