commit | cfe2f14c72b0266a9f3573427f206a98ad3d409c | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia.lawall@lip6.fr> | Sat Apr 09 10:49:22 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 14 00:35:30 2016 -0400 |
tree | ab48a215653bcf3f249770ccaeb1b840ad27450f | |
parent | e178c8c2306ebff13aee365de703e6b8b2bea066 [diff] |
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>