]> git.baikalelectronics.ru Git - kernel.git/commit
net: set tb->fast_sk_family
authorJosef Bacik <jbacik@fb.com>
Sat, 23 Sep 2017 00:20:06 +0000 (20:20 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Sep 2017 03:33:17 +0000 (20:33 -0700)
commitf263975aa1a3cce9d589107e722fd947b0aa56fe
treeb8671df862de43b1a489b12568a04794788364f4
parent159cca44278e8baf5dede95f812930cdaa570b8a
net: set tb->fast_sk_family

We need to set the tb->fast_sk_family properly so we can use the proper
comparison function for all subsequent reuseport bind requests.

Fixes: 9d8ae5d8a44e ("inet: reset tb->fastreuseport when adding a reuseport sk")
Reported-and-tested-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/inet_connection_sock.c