VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / net / core / link_watch.c
index ae661b3..6dd61ea 100644 (file)
@@ -93,9 +93,7 @@ static void linkwatch_event(void *dummy)
        clear_bit(LW_RUNNING, &linkwatch_flags);
 
        rtnl_shlock();
-       rtnl_exlock();
        linkwatch_run_queue();
-       rtnl_exunlock();
        rtnl_shunlock();
 }