OSDN Git Service

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)
commite599ea1410c3a2f55716f9c309587235cca32025
tree0d2d1f1e33f4209374936b5c67f18502a98c602a
parent2391f0b4808e3d5af348324d69f5f45c56a26836
Revert "tcp: must block bh in __inet_twsk_hashdance()"

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

This means we can revert 614bdd4d6e61 ("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