Re: [PATCH 1/2] libnvdimm: add missing macros

2016-07-08 Thread Dan Williams
On Fri, Jul 8, 2016 at 9:29 AM, Eric Engestrom wrote: > Signed-off-by: Eric Engestrom > --- > > This can't compile without these macros… Is this header really used by anyone? > Should it be removed, to avoid bit-rot? It's used by ndctl [1]. You can't use it directly in userspace, you need the k

Re: [PATCH 1/2] libnvdimm: add missing macros

2016-07-08 Thread kbuild test robot
Hi, [auto build test WARNING on linux-nvdimm/libnvdimm-for-next] [also build test WARNING on v4.7-rc6 next-20160708] [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/Eric-Engestrom/libnvdimm-add-m

[PATCH 1/2] libnvdimm: add missing macros

2016-07-08 Thread Eric Engestrom
Signed-off-by: Eric Engestrom --- This can't compile without these macros… Is this header really used by anyone? Should it be removed, to avoid bit-rot? --- include/uapi/linux/ndctl.h | 8 1 file changed, 8 insertions(+) diff --git a/include/uapi/linux/ndctl.h b/include/uapi/linux/ndc