aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/output.c')
-rw-r--r--net/dccp/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/output.c b/net/dccp/output.c
index f49544618f20..33ce737ef3a8 100644
--- a/net/dccp/output.c
+++ b/net/dccp/output.c
@@ -170,7 +170,7 @@ void dccp_write_space(struct sock *sk)
170 wake_up_interruptible(sk->sk_sleep); 170 wake_up_interruptible(sk->sk_sleep);
171 /* Should agree with poll, otherwise some programs break */ 171 /* Should agree with poll, otherwise some programs break */
172 if (sock_writeable(sk)) 172 if (sock_writeable(sk))
173 sk_wake_async(sk, 2, POLL_OUT); 173 sk_wake_async(sk, SOCK_WAKE_SPACE, POLL_OUT);
174 174
175 read_unlock(&sk->sk_callback_lock); 175 read_unlock(&sk->sk_callback_lock);
176} 176}