]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/atm/common.c
next-20160111/aio
[karo-tx-linux.git] / net / atm / common.c
index 3eef7369a088f6ec56255d37d549d3c63d726463..2a480a4e39efef8b431ae736d1975bef3ae7329e 100644 (file)
@@ -96,7 +96,7 @@ static void vcc_def_wakeup(struct sock *sk)
 
        rcu_read_lock();
        wq = rcu_dereference(sk->sk_wq);
-       if (wq_has_sleeper(wq))
+       if (skwq_has_sleeper(wq))
                wake_up(&wq->wait);
        rcu_read_unlock();
 }
@@ -117,7 +117,7 @@ static void vcc_write_space(struct sock *sk)
 
        if (vcc_writable(sk)) {
                wq = rcu_dereference(sk->sk_wq);
-               if (wq_has_sleeper(wq))
+               if (skwq_has_sleeper(wq))
                        wake_up_interruptible(&wq->wait);
 
                sk_wake_async(sk, SOCK_WAKE_SPACE, POLL_OUT);