From: Patrick McHardy Date: Tue, 3 Jul 2007 05:47:37 +0000 (-0700) Subject: [NET_SCHED]: Remove unnecessary stats_lock pointers X-Git-Tag: v2.6.23-rc1~1109^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bdf39911e7a887c4499161422423cbaf16684e8;p=pandora-kernel.git [NET_SCHED]: Remove unnecessary stats_lock pointers Remove stats_lock pointers from qdisc-internal structures, in all cases it points to dev->queue_lock. The only case where it is necessary is for top-level qdiscs, where it might also point to dev->ingress_lock in case of the ingress qdisc. Also remove it from actions completely, it always points to the actions internal lock. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed