aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/ulpqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/ulpqueue.c')
-rw-r--r--net/sctp/ulpqueue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c
index fa0ba2a5564e..b9370956b187 100644
--- a/net/sctp/ulpqueue.c
+++ b/net/sctp/ulpqueue.c
@@ -1027,6 +1027,7 @@ void sctp_ulpq_renege(struct sctp_ulpq *ulpq, struct sctp_chunk *chunk,
1027 sctp_ulpq_partial_delivery(ulpq, chunk, gfp); 1027 sctp_ulpq_partial_delivery(ulpq, chunk, gfp);
1028 } 1028 }
1029 1029
1030 sk_stream_mem_reclaim(asoc->base.sk);
1030 return; 1031 return;
1031} 1032}
1032 1033