This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / core / link_watch.c
index 6dd61ea..ae661b3 100644 (file)
@@ -93,7 +93,9 @@ static void linkwatch_event(void *dummy)
        clear_bit(LW_RUNNING, &linkwatch_flags);
 
        rtnl_shlock();
+       rtnl_exlock();
        linkwatch_run_queue();
+       rtnl_exunlock();
        rtnl_shunlock();
 }