commit | 2baecda37f4ef4414be15452a333fe4fd13c0df3 | [log] [tgz] |
---|---|---|
author | Taehee Yoo <ap420073@gmail.com> | Sun Mar 08 01:19:30 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 08 21:22:29 2020 -0700 |
tree | 54bb67e486613dbd525297cfb46b0c8912ca394b | |
parent | c46a49a45c865350d6051df555034b86a2ac72ff [diff] |
bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create() In the current code, udp_encap_enable() is called in bareudp_socket_create(). But, setup_udp_tunnel_sock() internally calls udp_encap_enable(). So, udp_encap_enable() is unnecessary. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>