From: Lawrence Brakmo <[email protected]> Date: Tue, 13 Jun 2017 10:59:59 -0700
> @@ -2698,8 +2698,15 @@ BPF_CALL_5(bpf_setsockopt, struct bpf_socket_ops_kern
> *, bpf_socket,
> }
> } else if (level == SOL_TCP &&
> bpf_socket->sk->sk_prot->setsockopt == tcp_setsockopt) {
> - // Place holder
> - ret = -EINVAL;
I missed these C++ comments in an earlier patch, definitely don't use
them in kernel code.
Thanks.
