]> git.baikalelectronics.ru Git - kernel.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)
commit482592e31744601dbd90efcdb386df036c4a4d07
treec62b434b97887bdbcc610f40f8f8dee3b1f84660
parent40aa0b7cd1e32b5cf4b6a8ea483aa5d8721c2e93
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