]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/ipv4/inet_connection_sock.c
[SOCK]: Add some notes about per-bind-bucket sock lookup.
authorPavel Emelyanov <xemul@openvz.org>
Mon, 14 Apr 2008 09:42:27 +0000 (02:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Apr 2008 09:42:27 +0000 (02:42 -0700)
commit7477fd2e6b676fcd15861c2a96a7172f71afe0a5
tree82801f361c0e196a8b67481a5fd9435a206ba76f
parent13f51d82acb003918d71ce4639ae77fceaa58cad
[SOCK]: Add some notes about per-bind-bucket sock lookup.

I was asked about "why don't we perform a sk_net filtering in
bind_conflict calls, like we do in other sock lookup places"
for a couple of times.

Can we please add a comment about why we do not need one?

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/inet_connection_sock.c
net/ipv6/inet6_connection_sock.c