diff options
author | Eric Dumazet <edumazet@google.com> | 2021-03-29 20:40:49 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-30 02:33:48 +0300 |
commit | d24f511b04b8b159b705ec32a3b8782667d1b06a (patch) | |
tree | c9c5e1680de700ed403b570656a6be71c342185d /Documentation/hid | |
parent | 6289a98f0817a4a457750d6345e754838eae9439 (diff) | |
download | linux-d24f511b04b8b159b705ec32a3b8782667d1b06a.tar.xz |
tcp: fix tcp_min_tso_segs sysctl
tcp_min_tso_segs is now stored in u8, so max value is 255.
255 limit is enforced by proc_dou8vec_minmax().
We can therefore remove the gso_max_segs variable.
Fixes: 47996b489bdc ("tcp: convert elligible sysctls to u8")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/hid')
0 files changed, 0 insertions, 0 deletions