[sheepdog] [PATCH] sheepdog proto: avoid using stdint.h macros, so sbd can build.

2015-01-19 Thread Alexander Guy
The Linux kernel headers don't have the *_C suffix macros, so they can't be used in a header file shared between sheepdog userspace and the sbd kernel module. Signed-off-by: Alexander Guy --- include/sheepdog_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/she

Re: [sheepdog] [PATCH] sheepdog proto: avoid using stdint.h macros, so sbd can build.

2015-01-19 Thread Hitoshi Mitake
At Mon, 19 Jan 2015 12:39:44 -0800, Alexander Guy wrote: > > The Linux kernel headers don't have the *_C suffix macros, so > they can't be used in a header file shared between sheepdog userspace > and the sbd kernel module. > > Signed-off-by: Alexander Guy > --- > include/sheepdog_proto.h | 2 +

Re: [sheepdog] [PATCH] sheepdog proto: avoid using stdint.h macros, so sbd can build.

2015-01-19 Thread hujianyang
On 2015/1/20 10:19, Hitoshi Mitake wrote: > At Mon, 19 Jan 2015 12:39:44 -0800, > Alexander Guy wrote: >> >> The Linux kernel headers don't have the *_C suffix macros, so >> they can't be used in a header file shared between sheepdog userspace >> and the sbd kernel module. >> >> Signed-off-by: Alex

Re: [sheepdog] [PATCH] sheepdog proto: avoid using stdint.h macros, so sbd can build.

2015-01-19 Thread Hitoshi Mitake
At Tue, 20 Jan 2015 10:26:33 +0800, hujianyang wrote: > > On 2015/1/20 10:19, Hitoshi Mitake wrote: > > At Mon, 19 Jan 2015 12:39:44 -0800, > > Alexander Guy wrote: > >> > >> The Linux kernel headers don't have the *_C suffix macros, so > >> they can't be used in a header file shared between sheep