commit | 23bb09cfbe04076ef647da3889a5a5ab6cbe6f15 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Sat Mar 18 20:03:59 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 21 18:32:36 2017 -0700 |
tree | a3192029dcb3700d2d06c4f219740ec852369bc9 | |
parent | 1f904495b79003cd3d881de8731377d48fcbc7e3 [diff] |
sctp: out_qlen should be updated when pruning unsent queue This patch is to fix the issue that sctp_prsctp_prune_sent forgot to update q->out_qlen when removing a chunk from unsent queue. Fixes: 8dbdf1f5b09c ("sctp: implement prsctp PRIO policy") Signed-off-by: Xin Long <lucien.xin@gmail.com> Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>