net/sched: cls_flower: Remove an unused field from the filter key structure
authorOr Gerlitz <[email protected]>
Thu, 15 Sep 2016 12:28:23 +0000 (15:28 +0300)
committerDavid S. Miller <[email protected]>
Fri, 16 Sep 2016 00:27:23 +0000 (20:27 -0400)
Commit c3f8324188fa "net: Add full IPv6 addresses to flow_keys" added an
unused instance of struct flow_dissector_key_addrs into struct fl_flow_key,
remove it.

Signed-off-by: Or Gerlitz <[email protected]>
Reported-by: Hadar Hen Zion <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sched/cls_flower.c

index 027523c827976d001677c6a53d8d8af68ae99a02..a3f4c706dfaa31ba6d0c7abacf3bb9e6b8362c63 100644 (file)
@@ -33,7 +33,6 @@ struct fl_flow_key {
        struct flow_dissector_key_basic basic;
        struct flow_dissector_key_eth_addrs eth;
        struct flow_dissector_key_vlan vlan;
-       struct flow_dissector_key_addrs ipaddrs;
        union {
                struct flow_dissector_key_ipv4_addrs ipv4;
                struct flow_dissector_key_ipv6_addrs ipv6;