diff options
Diffstat (limited to 'net/core/sock.c')
-rw-r--r-- | net/core/sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/sock.c b/net/core/sock.c index a6b9e8061f34..a658aeb6d554 100644 --- a/net/core/sock.c +++ b/net/core/sock.c | |||
@@ -1908,7 +1908,7 @@ static void sock_def_readable(struct sock *sk, int len) | |||
1908 | rcu_read_lock(); | 1908 | rcu_read_lock(); |
1909 | wq = rcu_dereference(sk->sk_wq); | 1909 | wq = rcu_dereference(sk->sk_wq); |
1910 | if (wq_has_sleeper(wq)) | 1910 | if (wq_has_sleeper(wq)) |
1911 | wake_up_interruptible_sync_poll(&wq->wait, POLLIN | | 1911 | wake_up_interruptible_sync_poll(&wq->wait, POLLIN | POLLPRI | |
1912 | POLLRDNORM | POLLRDBAND); | 1912 | POLLRDNORM | POLLRDBAND); |
1913 | sk_wake_async(sk, SOCK_WAKE_WAITD, POLL_IN); | 1913 | sk_wake_async(sk, SOCK_WAKE_WAITD, POLL_IN); |
1914 | rcu_read_unlock(); | 1914 | rcu_read_unlock(); |