commit | 9f0b773210c27a8f5d98ddb2fc4ba60a42a3285f | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Fri Nov 04 17:45:15 2022 -0400 |
committer | Jakub Kicinski <kuba@kernel.org> | Mon Nov 07 19:59:01 2022 -0800 |
tree | 5e686426c33b2556cf2db38e3512146710e6f385 | |
parent | 1c075b192fe41030457cd4a5f7dea730412bca40 [diff] |
sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsent Since commit 5bbbbe32a431 ("sctp: introduce stream scheduler foundations"), sctp_stream_outq_migrate() has been called in sctp_stream_init/update to removes those chunks to streams higher than the new max. There is no longer need to do such check in sctp_prsctp_prune_unsent(). Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>