From: Eric Dumazet Date: Wed, 14 Nov 2007 09:44:41 +0000 (-0800) Subject: [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. X-Git-Tag: v2.6.25-rc1~1162^2~1429 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20fea08b5fb639c4c175b5c74a2bb346c5c5bc2e;p=pandora-kernel.git [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. Qdisc_class_ops are const, and Qdisc_ops are mostly read. Using "const" and "__read_mostly" qualifiers helps to reduce false sharing. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed