diff options
Diffstat (limited to 'net/dccp/minisocks.c')
-rw-r--r-- | net/dccp/minisocks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dccp/minisocks.c b/net/dccp/minisocks.c index af226a063141..128b089d3aef 100644 --- a/net/dccp/minisocks.c +++ b/net/dccp/minisocks.c | |||
@@ -11,6 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/dccp.h> | 13 | #include <linux/dccp.h> |
14 | #include <linux/gfp.h> | ||
14 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
15 | #include <linux/skbuff.h> | 16 | #include <linux/skbuff.h> |
16 | #include <linux/timer.h> | 17 | #include <linux/timer.h> |
@@ -254,7 +255,7 @@ int dccp_child_process(struct sock *parent, struct sock *child, | |||
254 | * in main socket hash table and lock on listening | 255 | * in main socket hash table and lock on listening |
255 | * socket does not protect us more. | 256 | * socket does not protect us more. |
256 | */ | 257 | */ |
257 | sk_add_backlog(child, skb); | 258 | __sk_add_backlog(child, skb); |
258 | } | 259 | } |
259 | 260 | ||
260 | bh_unlock_sock(child); | 261 | bh_unlock_sock(child); |