]> git.baikalelectronics.ru Git - kernel.git/commit
net/sched: cls_flower: Remove an unused field from the filter key structure
authorOr Gerlitz <ogerlitz@mellanox.com>
Thu, 15 Sep 2016 12:28:23 +0000 (15:28 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2016 00:27:23 +0000 (20:27 -0400)
commitc6b1bd4d7fecea06dbfaa85639f9fd9bfeb4e95d
tree21c4ea3b43b5ec69b446217d82b3628d75ce5f4a
parent755cc4df6624043614ade4fe12174eeb1350c1b1
net/sched: cls_flower: Remove an unused field from the filter key structure

Commit 0fef8db84ff4 "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 <ogerlitz@mellanox.com>
Reported-by: Hadar Hen Zion <hadarh@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_flower.c