]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
inet: drop ->bind_conflict
authorJosef Bacik <jbacik@fb.com>
Tue, 17 Jan 2017 15:51:02 +0000 (07:51 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Jan 2017 18:04:28 +0000 (13:04 -0500)
commitaa078842b702b4a45111f028a604a6c8f69cb27d
treec62b434b97887bdbcc610f40f8f8dee3b1f84660
parentfe38d2a1c8bee0b3a0be40de5b621a28200612e5
inet: drop ->bind_conflict

The only difference between inet6_csk_bind_conflict and inet_csk_bind_conflict
is how they check the rcv_saddr, so delete this call back and simply
change inet_csk_bind_conflict to call inet_rcv_saddr_equal.

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet6_connection_sock.h
include/net/inet_connection_sock.h
net/dccp/ipv4.c
net/dccp/ipv6.c
net/ipv4/inet_connection_sock.c
net/ipv4/tcp_ipv4.c
net/ipv6/inet6_connection_sock.c
net/ipv6/tcp_ipv6.c