OSDN Git Service

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)
commit5cdc744caab7cb0d0a3ed479246cbab3dbc59c0e
treef54456f51685dafb7f1453e05fe774a79602ea87
parent29a949325c6c90f1431db9af64592275c83d9b2a
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