]> git.baikalelectronics.ru Git - kernel.git/commit
socket: Don't use u8 type in uapi socket.h
authorTobias Klauser <tklauser@distanz.ch>
Tue, 31 May 2022 09:43:45 +0000 (11:43 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 1 Jun 2022 23:48:05 +0000 (16:48 -0700)
commit172fa2e72cf4ec5c89959fec95c30272451836e4
treea79520fd267739fbe698d76be143bbebecbf678d
parent5d63f2977348e1c3e65cccea859c845ea7d9f482
socket: Don't use u8 type in uapi socket.h

Use plain 255 instead, which also avoid introducing an additional header
dependency on <linux/types.h>

Fixes: 9fdc933f9ccb ("txhash: Add socket option to control TX hash rethink behavior")
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Link: https://lore.kernel.org/r/20220531094345.13801-1-tklauser@distanz.ch
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/uapi/linux/socket.h