diff options
author | 2021-11-04 21:37:40 +0700 | |
---|---|---|
committer | 2021-11-05 19:49:40 -0700 | |
commit | 70bf363d7adb3a428773bc905011d0ff923ba747 (patch) | |
tree | 412e66bc2c0fec63f964116e796ad18f380fbcd1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (diff) | |
download | linux-dev-70bf363d7adb3a428773bc905011d0ff923ba747.tar.xz linux-dev-70bf363d7adb3a428773bc905011d0ff923ba747.zip |
ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()
The newinet value is initialized with inet_sk() in a block code to
handle sockets for the ETH_P_IP protocol. Along this code path,
newinet is never read. Thus, assignment to newinet is needless and
can be removed.
Signed-off-by: Nghia Le <nghialm78@gmail.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20211104143740.32446-1-nghialm78@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions