[NET_SCHED]: qdisc: remove unnecessary memory barriers
authorPatrick McHardy <kaber@trash.net>
Fri, 23 Mar 2007 18:30:04 +0000 (11:30 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:27:58 +0000 (22:27 -0700)
We're holding dev->queue_lock in qdisc_watchdog_schedule and
qdisc_watchdog_cancel, no need for the barriers.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found