net/smc: restructure netinfo for CLC proposal msgs
[linux-2.6-microblaze.git] / net / smc / smc_tx.c
index 838bce2..72f004c 100644 (file)
@@ -46,8 +46,8 @@ static void smc_tx_write_space(struct sock *sk)
                wq = rcu_dereference(sk->sk_wq);
                if (skwq_has_sleeper(wq))
                        wake_up_interruptible_poll(&wq->wait,
-                                                  POLLOUT | POLLWRNORM |
-                                                  POLLWRBAND);
+                                                  EPOLLOUT | EPOLLWRNORM |
+                                                  EPOLLWRBAND);
                if (wq && wq->fasync_list && !(sk->sk_shutdown & SEND_SHUTDOWN))
                        sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT);
                rcu_read_unlock();