]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: simplify _bpf_setsockopt(): Remove flags argument
authorNeal Cardwell <ncardwell@google.com>
Thu, 10 Sep 2020 19:35:35 +0000 (15:35 -0400)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 11 Sep 2020 03:53:01 +0000 (20:53 -0700)
commit058a04ae558db7df3590cd7c03076b491eac2346
treef54456f51685dafb7f1453e05fe774a79602ea87
parent27d56f88a847ae514ee161884ce383ac0ded0063
tcp: simplify _bpf_setsockopt(): Remove flags argument

Now that the previous patches have removed the code that uses the
flags argument to _bpf_setsockopt(), we can remove that argument.

Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Yuchung Cheng <ycheng@google.com>
Acked-by: Kevin Yang <yyd@google.com>
Cc: Lawrence Brakmo <brakmo@fb.com>
net/core/filter.c