aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorYafang Shao <[email protected]>2018-07-14 16:36:29 +0800
committerDavid S. Miller <[email protected]>2018-07-14 11:21:40 -0700
commitff0432e5a8025df895813408325b2afdfa21f946 (patch)
treebb767ce5300e0b14e5a34f9f23ec81b0d4d3df22 /tools/perf/scripts/python
parent9cee8c4375431d5087466eacf6f8f436210e56ea (diff)
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 <[email protected]> Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions