Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172117
b: refs/heads/master
c: 8818a9d
h: refs/heads/master
i:
  172115: 597fdaf
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Dec 3, 2009
1 parent e7562ed commit 40c30bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6b09ccada2e4ab8ee25a7c3ac72fcd1bc7101c4
refs/heads/master: 8818a9d884e3a589899be3303958fff182e98e55
1 change: 1 addition & 0 deletions trunk/include/net/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,7 @@ static inline void tcp_write_queue_purge(struct sock *sk)
while ((skb = __skb_dequeue(&sk->sk_write_queue)) != NULL)
sk_wmem_free_skb(sk, skb);
sk_mem_reclaim(sk);
tcp_clear_all_retrans_hints(tcp_sk(sk));
}

static inline struct sk_buff *tcp_write_queue_head(struct sock *sk)
Expand Down

0 comments on commit 40c30bf

Please sign in to comment.