]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "tcp: must block bh in __inet_twsk_hashdance()"
authorEric Dumazet <edumazet@google.com>
Fri, 1 Dec 2017 23:28:44 +0000 (15:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Dec 2017 16:23:58 +0000 (11:23 -0500)
commit3f5b95c3cc833c1223ae74dabe6db1bd05cb6657
tree0d2d1f1e33f4209374936b5c67f18502a98c602a
parent1d98049798f0e08e2aa01c6fd83d00afa48847d9
Revert "tcp: must block bh in __inet_twsk_hashdance()"

We had to disable BH _before_ callingĀ __inet_twsk_hashdance() in commit
176e60f5c286 ("tcp/dccp: block bh before arming time_wait timer").

This means we can revert c73c730adbfc ("tcp: must block bh in
__inet_twsk_hashdance()").

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/inet_timewait_sock.c