diff options
| author | Yafang Shao <laoar.shao@gmail.com> | 2018-07-14 11:36:29 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-07-14 21:21:40 +0300 |
| commit | ff0432e5a8025df895813408325b2afdfa21f946 (patch) | |
| tree | bb767ce5300e0b14e5a34f9f23ec81b0d4d3df22 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 9cee8c4375431d5087466eacf6f8f436210e56ea (diff) | |
| download | linux-ff0432e5a8025df895813408325b2afdfa21f946.tar.xz | |
tcp: remove redundant rcv_nxt update
tcp_rcv_nxt_update() is already executed in tcp_data_queue().
This line is redundant.
See bellow,
tcp_queue_rcv
tcp_rcv_nxt_update(tcp_sk(sk), TCP_SKB_CB(skb)->end_seq);
tcp_rcv_nxt_update(tp, TCP_SKB_CB(skb)->end_seq); <<<< redundant
Signed-off-by: Yafang Shao <laoar.shao@gmail.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
