]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- removed hunk present in 3.0.2
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 16 Aug 2011 11:28:36 +0000 (11:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-small_fixes.patch -> 1.33

kernel-small_fixes.patch

index 2ce56adc311ef0f7a0d7df6b51e8e423d114ee3a..49406ddfbf612870a9451cb52a5aaa71c4073162 100644 (file)
@@ -229,41 +229,6 @@ Index: usb-3.0/drivers/scsi/scsi_sysfs.c
  
 
 
---
-To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
-Please read the FAQ at  http://www.tux.org/lkml/
-As reported by Ben Greer and Froncois Romieu. The code path in 
-the netif_carrier code leads it to try and disable
-a late workqueue to reenable it immediately
-netif_carrier_on
--> linkwatch_fire_event
-   -> linkwatch_schedule_work
-      -> cancel_delayed_work
-         -> del_timer_sync  
-
-If __cancel_delayed_work is used instead then there is no
-problem of waiting for running linkwatch_event.
-
-There is a race between linkwatch_event running re-scheduling
-but it is harmless to schedule an extra scan of the linkwatch queue.
-
-Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
-
-
---- a/net/core/link_watch.c    2011-07-22 15:25:31.027533604 -0700
-+++ b/net/core/link_watch.c    2011-07-22 15:31:27.531520028 -0700
-@@ -126,7 +126,7 @@ static void linkwatch_schedule_work(int
-               return;
-       /* It's already running which is good enough. */
--      if (!cancel_delayed_work(&linkwatch_work))
-+      if (!__cancel_delayed_work(&linkwatch_work))
-               return;
-       /* Otherwise we reschedule it again for immediate execution. */
-
 --
 To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
 the body of a message to majordomo@vger.kernel.org
This page took 0.07668 seconds and 4 git commands to generate.