commit | c276e098d3ee33059b4a1c747354226cec58487c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Jan 05 16:01:51 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 05 16:01:51 2009 -0800 |
tree | df833d2e6719dd83f219a846520a581b152d5332 | |
parent | 7945cc6464a4db0caf6dfacdfe05806051c4cb7b [diff] |
Revert "net: Fix for initial link state in 2.6.28" This reverts commit 22604c866889c4b2e12b73cbf1683bda1b72a313. We can't fix this issue in this way, because we now can try to take the dev_base_lock rwlock as a writer in software interrupt context and that is not allowed without major surgery elsewhere. This initial link state problem needs to be solved in some other way. Signed-off-by: David S. Miller <davem@davemloft.net>