From: David S. Miller Date: Tue, 6 Jan 2009 00:01:51 +0000 (-0800) Subject: Revert "net: Fix for initial link state in 2.6.28" X-Git-Tag: v2.6.29-rc1~502^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c276e098d3ee33059b4a1c747354226cec58487c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed