diff options
author | Nagendra Tomar <tomer_iisc@yahoo.com> | 2010-11-26 14:26:27 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-29 02:18:44 (GMT) |
commit | b4ff3c90e6066bacc8a92111752fe9e4f4c45cca (patch) | |
tree | b64a78c4a7950e6b43c3e882dfc6dbe3a88aa2ea /Documentation/fault-injection | |
parent | 5c7e57f7cddb83d81d83fefa5822dfe80891130e (diff) | |
download | linux-b4ff3c90e6066bacc8a92111752fe9e4f4c45cca.tar.xz |
inet: Fix __inet_inherit_port() to correctly increment bsockets and num_owners
inet sockets corresponding to passive connections are added to the bind hash
using ___inet_inherit_port(). These sockets are later removed from the bind
hash using __inet_put_port(). These two functions are not exactly symmetrical.
__inet_put_port() decrements hashinfo->bsockets and tb->num_owners, whereas
___inet_inherit_port() does not increment them. This results in both of these
going to -ve values.
This patch fixes this by calling inet_bind_hash() from ___inet_inherit_port(),
which does the right thing.
'bsockets' and 'num_owners' were introduced by commit a9d8f9110d7e953c
(inet: Allowing more than 64k connections and heavily optimize bind(0))
Signed-off-by: Nagendra Singh Tomar <tomer_iisc@yahoo.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/fault-injection')
0 files changed, 0 insertions, 0 deletions