]> git.baikalelectronics.ru Git - kernel.git/commit
net: Use __u32 in uapi net_stamp.h
authorJesus Sanchez-Palencia <jesus.sanchez-palencia@intel.com>
Mon, 9 Jul 2018 23:20:56 +0000 (16:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jul 2018 23:31:28 +0000 (16:31 -0700)
commitb91a472f740255ac704b5798ebd6973180ae81c0
tree229ee38e789f738f562337910907812e871cae1a
parent5f1a1831a8448c4de46fa320ebf1a6cd83780d1c
net: Use __u32 in uapi net_stamp.h

We are not supposed to use u32 in uapi, so change the flags member of
struct sock_txtime from u32 to __u32 instead.

Fixes: 0ac40e4e9536 ("net: Add a new socket option for a future transmit time")
Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Jesus Sanchez-Palencia <jesus.sanchez-palencia@intel.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/net_tstamp.h