]> err.no Git - linux-2.6/blobdiff - net/rxrpc/af_rxrpc.c
Merge branches 'release' and 'hp-cid' into release
[linux-2.6] / net / rxrpc / af_rxrpc.c
index d6389450c4bffee0da440bccfbc49857fa258417..5e82f1c0afbbee2120f489447ae4b7092e7aed18 100644 (file)
@@ -65,7 +65,7 @@ static void rxrpc_write_space(struct sock *sk)
        if (rxrpc_writable(sk)) {
                if (sk->sk_sleep && waitqueue_active(sk->sk_sleep))
                        wake_up_interruptible(sk->sk_sleep);
-               sk_wake_async(sk, 2, POLL_OUT);
+               sk_wake_async(sk, SOCK_WAKE_SPACE, POLL_OUT);
        }
        read_unlock(&sk->sk_callback_lock);
 }