X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fdccp%2Foutput.c;h=33ce737ef3a8e9405980c468f5b15ba2565d0c4c;hb=8d8ad9d7c4bfe79bc91b7fc419ecfb9dcdfe6a51;hp=f49544618f2007857dcf31c59512e5d1d2faca2c;hpb=95b00786f3b8fa99f53931361beeb4c10504ad87;p=powerpc.git diff --git a/net/dccp/output.c b/net/dccp/output.c index f49544618f..33ce737ef3 100644 --- a/net/dccp/output.c +++ b/net/dccp/output.c @@ -170,7 +170,7 @@ void dccp_write_space(struct sock *sk) wake_up_interruptible(sk->sk_sleep); /* Should agree with poll, otherwise some programs break */ if (sock_writeable(sk)) - sk_wake_async(sk, 2, POLL_OUT); + sk_wake_async(sk, SOCK_WAKE_SPACE, POLL_OUT); read_unlock(&sk->sk_callback_lock); }