Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38567
b: refs/heads/master
c: 80246ab
h: refs/heads/master
i:
  38565: e97dc72
  38563: 75e4a01
  38559: 65347f0
v: v3
  • Loading branch information
David S. Miller committed Oct 4, 2006
1 parent 9c2b67f commit 0737c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2473ffe3cae0f86341958e3cf962bb4fc261d028
refs/heads/master: 80246ab36ec8baf7d107254adb166baa555a59f8
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,7 @@ static int tcp_clean_rtx_queue(struct sock *sk, __s32 *seq_rtt_p)
u32 pkts_acked = 0;
void (*rtt_sample)(struct sock *sk, u32 usrtt)
= icsk->icsk_ca_ops->rtt_sample;
struct timeval tv;
struct timeval tv = { .tv_sec = 0, .tv_usec = 0 };

while ((skb = skb_peek(&sk->sk_write_queue)) &&
skb != sk->sk_send_head) {
Expand Down

0 comments on commit 0737c92

Please sign in to comment.