qdisc: constify meta_type_ops structures
authorJulia Lawall <julia.lawall@lip6.fr>
Sat, 9 Apr 2016 08:49:22 +0000 (10:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Apr 2016 04:35:30 +0000 (00:35 -0400)
commitcfe2f14c72b0266a9f3573427f206a98ad3d409c
treeab48a215653bcf3f249770ccaeb1b840ad27450f
parente178c8c2306ebff13aee365de703e6b8b2bea066
qdisc: constify meta_type_ops structures

The meta_type_ops structures are never modified, so declare them as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/em_meta.c