[NET]: Convert RTNL to mutex.
[deliverable/linux.git] / net / core / link_watch.c
index e82a451d330b88d59cc8c0eeff3d0edde77dcef8..341de44c7ed1e884f1d036ff74c94d884f6714ea 100644 (file)
@@ -139,9 +139,9 @@ static void linkwatch_event(void *dummy)
        linkwatch_nextevent = jiffies + HZ;
        clear_bit(LW_RUNNING, &linkwatch_flags);
 
-       rtnl_shlock();
+       rtnl_lock();
        linkwatch_run_queue();
-       rtnl_shunlock();
+       rtnl_unlock();
 }
 
 
This page took 0.026767 seconds and 5 git commands to generate.