Re: [PATCH v05 08/72] rds.h: use __u8, __u16, __s16, __u32 and __s64 from linux/types.h

From: Sowmini Varadhan
Date: Mon Aug 22 2016 - 14:53:31 EST


On (08/22/16 20:32), Mikko Rapeli wrote:
>
> Fixes userspace compilation errors like:
>
> linux/rds.h:96:2: error: unknown type name âuint8_tâ
>
> Signed-off-by: Mikko Rapeli <mikko.rapeli@xxxxxx>

Acked-by: Sowmini Varadhan <sowmini.varadhan@xxxxxxxxxx>

I think we discussed this some time before, and I certainly
dont have any religious opinions about it, but I would like
to point out that this means that the exported rds.h will
expose __<type> to user space applications.

--Sowmini