commit | 22d7be267eaa8114dcc28d66c1c347f667d7878a | [log] [tgz] |
---|---|---|
author | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> | Thu Apr 26 16:58:58 2018 -0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 27 14:35:23 2018 -0400 |
tree | 8fc357f00ed1fe648bfd2cf04f32d5edf9794844 | |
parent | 6ff0f871c20ec1769a481edca86f23c76b2b06d3 [diff] |
sctp: remove sctp_transport_pmtu_check We are now keeping the MTU information synced between asoc, transport and dst, which makes the check at sctp_packet_config() not needed anymore. As it was the sole caller to this function, lets remove it. Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>