X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=net%2Fsctp%2Fulpqueue.c;h=7144eb6a1b95ccad39f9376f723756e0b2c75a2c;hb=676d23690fb62b5d51ba5d659935e9f7d9da9f8e;hp=5dc94117e9d42d7e1eb24be6d8015c89feae7b6d;hpb=e22c3980b9b293598041c09aa298f00809833ad4;p=deliverable%2Flinux.git diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c index 5dc94117e9d4..7144eb6a1b95 100644 --- a/net/sctp/ulpqueue.c +++ b/net/sctp/ulpqueue.c @@ -259,7 +259,7 @@ int sctp_ulpq_tail_event(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) sctp_ulpq_clear_pd(ulpq); if (queue == &sk->sk_receive_queue) - sk->sk_data_ready(sk, 0); + sk->sk_data_ready(sk); return 1; out_free: @@ -1135,5 +1135,5 @@ void sctp_ulpq_abort_pd(struct sctp_ulpq *ulpq, gfp_t gfp) /* If there is data waiting, send it up the socket now. */ if (sctp_ulpq_clear_pd(ulpq) || ev) - sk->sk_data_ready(sk, 0); + sk->sk_data_ready(sk); }