On Sun, Mar 28, 2021 at 5:05 AM Atul Gopinathan <[email protected]> wrote: > > Currently, building the bpf-next source with the CONFIG_BPF_SYSCALL > enabled is causing a compilation error: > > "net/ipv4/bpf_tcp_ca.c:209:28: error: expected identifier or '(' before > ',' token" > > Fix this by removing an unnecessary comma. > > Reported-by: [email protected] > Fixes: e78aea8b2170 ("bpf: tcp: Put some tcp cong functions in allowlist for > bpf-tcp-cc") > Signed-off-by: Atul Gopinathan <[email protected]>
Thanks for the quick fix. Applied.
