Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78387
b: refs/heads/master
c: 1f9e636
h: refs/heads/master
i:
  78385: cc30bf7
  78383: f0d870e
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Jan 28, 2008
1 parent 760742b commit 5eeefe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: ea72912c888661d1a847f1b1450643d4114097cf
refs/heads/master: 1f9e636ea21bd648a5cbd2f744a1d39a5e183b20
5 changes: 1 addition & 4 deletions trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2563,7 +2563,6 @@ void tcp_done(struct sock *sk)
}
EXPORT_SYMBOL_GPL(tcp_done);

extern void __skb_cb_too_small_for_tcp(int, int);
extern struct tcp_congestion_ops tcp_reno;

static __initdata unsigned long thash_entries;
Expand All @@ -2582,9 +2581,7 @@ void __init tcp_init(void)
unsigned long limit;
int order, i, max_share;

if (sizeof(struct tcp_skb_cb) > sizeof(skb->cb))
__skb_cb_too_small_for_tcp(sizeof(struct tcp_skb_cb),
sizeof(skb->cb));
BUILD_BUG_ON(sizeof(struct tcp_skb_cb) > sizeof(skb->cb));

tcp_hashinfo.bind_bucket_cachep =
kmem_cache_create("tcp_bind_bucket",
Expand Down

0 comments on commit 5eeefe2

Please sign in to comment.