diff options
Diffstat (limited to 'net/dccp/proto.c')
-rw-r--r-- | net/dccp/proto.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/dccp/proto.c b/net/dccp/proto.c index d534cdf9603b..a4c1b36f4bc7 100644 --- a/net/dccp/proto.c +++ b/net/dccp/proto.c | |||
@@ -1038,6 +1038,9 @@ static int __init dccp_init(void) | |||
1038 | int ehash_order, bhash_order, i; | 1038 | int ehash_order, bhash_order, i; |
1039 | int rc = -ENOBUFS; | 1039 | int rc = -ENOBUFS; |
1040 | 1040 | ||
1041 | BUILD_BUG_ON(sizeof(struct dccp_skb_cb) > | ||
1042 | FIELD_SIZEOF(struct sk_buff, cb)); | ||
1043 | |||
1041 | dccp_hashinfo.bind_bucket_cachep = | 1044 | dccp_hashinfo.bind_bucket_cachep = |
1042 | kmem_cache_create("dccp_bind_bucket", | 1045 | kmem_cache_create("dccp_bind_bucket", |
1043 | sizeof(struct inet_bind_bucket), 0, | 1046 | sizeof(struct inet_bind_bucket), 0, |