commit | 948622f9840ad8d5c979c3c82505d1ee9e1f8b11 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Mon Jun 10 23:19:08 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 10 10:38:50 2019 -0700 |
tree | 0617413f2ec049bdd844f4f5bc9382429e9b5a77 | |
parent | 00fa28390c787e1a4643ef04d6615a1bec9afdb7 [diff] |
tcp: Make tcp_fastopen_alloc_ctx static Fix sparse warning: net/ipv4/tcp_fastopen.c:75:29: warning: symbol 'tcp_fastopen_alloc_ctx' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Jason Baron <jbaron@akamai.com> Signed-off-by: David S. Miller <davem@davemloft.net>