Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22136
b: refs/heads/master
c: fa23e2e
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and David S. Miller committed Mar 21, 2006
1 parent c8ce50f commit 90acd71
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7400d781105d18bf5bba89f8b986a413f14144a8
refs/heads/master: fa23e2ecd30a584cdcb9b3de0149dbb5c073c20b
4 changes: 3 additions & 1 deletion trunk/net/dccp/proto.c
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ static int __init dccp_init(void)
if (rc)
goto out;

rc = -ENOBUFS;
dccp_hashinfo.bind_bucket_cachep =
kmem_cache_create("dccp_bind_bucket",
sizeof(struct inet_bind_bucket), 0,
Expand Down Expand Up @@ -866,7 +867,8 @@ static int __init dccp_init(void)
INIT_HLIST_HEAD(&dccp_hashinfo.bhash[i].chain);
}

if (init_dccp_v4_mibs())
rc = init_dccp_v4_mibs();
if (rc)
goto out_free_dccp_bhash;

rc = -EAGAIN;
Expand Down

0 comments on commit 90acd71

Please sign in to comment.