Re: [PATCH net-next] net: Use __u32 in uapi net_stamp.h

2018-07-09 Thread Jesus Sanchez-Palencia
On 07/09/2018 04:18 PM, Eric Dumazet wrote: > > > On 07/09/2018 04:08 PM, Jesus Sanchez-Palencia wrote: >> We are not supposed to use u32 in uapi, so change the flags member of >> struct sock_txtime from u32 to __u32 instead. >> >> Fixes: 80b14dee2bea ("net: Add a new socket option for a

Re: [PATCH net-next] net: Use __u32 in uapi net_stamp.h

2018-07-09 Thread Eric Dumazet
On 07/09/2018 04:08 PM, Jesus Sanchez-Palencia wrote: > We are not supposed to use u32 in uapi, so change the flags member of > struct sock_txtime from u32 to __u32 instead. > > Fixes: 80b14dee2bea ("net: Add a new socket option for a future transmit > time") > Signed-off-by: Jesus

[PATCH net-next] net: Use __u32 in uapi net_stamp.h

2018-07-09 Thread Jesus Sanchez-Palencia
We are not supposed to use u32 in uapi, so change the flags member of struct sock_txtime from u32 to __u32 instead. Fixes: 80b14dee2bea ("net: Add a new socket option for a future transmit time") Signed-off-by: Jesus Sanchez-Palencia --- include/uapi/linux/net_tstamp.h | 2 +- 1 file changed, 1