Herbert Xu <[EMAIL PROTECTED]> writes:

> [NET]: Drop tx lock in dev_watchdog_up
> --- a/net/sched/sch_generic.c
> +++ b/net/sched/sch_generic.c
> @@ -238,9 +238,7 @@ void __netdev_watchdog_up(struct net_dev
>  
>  static void dev_watchdog_up(struct net_device *dev)
>  {
> -     netif_tx_lock_bh(dev);
>       __netdev_watchdog_up(dev);
> -     netif_tx_unlock_bh(dev);
>  }
>  
>  static void dev_watchdog_down(struct net_device *dev)

Many thanks for looking into this. The lockdep warning is gone now.
-- 
Krzysztof Halasa

-- 
VGER BF report: H 3.43998e-11
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to