Revert "[NDISC]: Fix race in generic address resolution"
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Feb 2008 02:39:54 +0000 (18:39 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Feb 2008 02:39:54 +0000 (18:39 -0800)
This reverts commit 69cc64d8d92bf852f933e90c888dfff083bd4fc9.

It causes recursive locking in IPV6 because unlike other
neighbour layer clients, it even needs neighbour cache
entries to send neighbour soliciation messages :-(

We'll have to find another way to fix this race.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found