diff options
Diffstat (limited to 'net/sctp/socket.c')
-rw-r--r-- | net/sctp/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c index 13d8229f3a9c..d54700af927a 100644 --- a/net/sctp/socket.c +++ b/net/sctp/socket.c | |||
@@ -6065,7 +6065,7 @@ static void __sctp_write_space(struct sctp_association *asoc) | |||
6065 | * here by modeling from the current TCP/UDP code. | 6065 | * here by modeling from the current TCP/UDP code. |
6066 | * We have not tested with it yet. | 6066 | * We have not tested with it yet. |
6067 | */ | 6067 | */ |
6068 | if (sock->fasync_list && | 6068 | if (sock->wq->fasync_list && |
6069 | !(sk->sk_shutdown & SEND_SHUTDOWN)) | 6069 | !(sk->sk_shutdown & SEND_SHUTDOWN)) |
6070 | sock_wake_async(sock, | 6070 | sock_wake_async(sock, |
6071 | SOCK_WAKE_SPACE, POLL_OUT); | 6071 | SOCK_WAKE_SPACE, POLL_OUT); |