net: Fix netdev_run_todo dead-lock
[pandora-kernel.git] / net / core / rtnetlink.c
index 71edb8b..d6381c2 100644 (file)
@@ -73,7 +73,7 @@ void __rtnl_unlock(void)
 
 void rtnl_unlock(void)
 {
-       mutex_unlock(&rtnl_mutex);
+       /* This fellow will unlock it for us. */
        netdev_run_todo();
 }