[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
authorEric Dumazet <dada1@cosmosbay.com>
Wed, 14 Nov 2007 09:44:41 +0000 (01:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:53:58 +0000 (14:53 -0800)
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 <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found