aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/minisocks.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/minisocks.c')
-rw-r--r--net/dccp/minisocks.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/dccp/minisocks.c b/net/dccp/minisocks.c
index 29261fc198e..a60a3e948c3 100644
--- a/net/dccp/minisocks.c
+++ b/net/dccp/minisocks.c
@@ -116,8 +116,7 @@ struct sock *dccp_create_openreq_child(struct sock *sk,
116 116
117 if (newdp->dccps_options.dccpo_send_ack_vector) { 117 if (newdp->dccps_options.dccpo_send_ack_vector) {
118 newdp->dccps_hc_rx_ackvec = 118 newdp->dccps_hc_rx_ackvec =
119 dccp_ackvec_alloc(DCCP_MAX_ACKVEC_LEN, 119 dccp_ackvec_alloc(GFP_ATOMIC);
120 GFP_ATOMIC);
121 /* 120 /*
122 * XXX: We're using the same CCIDs set on the parent, 121 * XXX: We're using the same CCIDs set on the parent,
123 * i.e. sk_clone copied the master sock and left the 122 * i.e. sk_clone copied the master sock and left the