diff options
| author | David S. Miller <davem@davemloft.net> | 2020-09-01 11:42:15 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2020-09-01 11:42:15 -0700 |
| commit | c70ed3f77ca646c6e57bee54d570d9dab1246589 (patch) | |
| tree | a50c0121e9b433d189c130f15cbe774571c44586 /net/openvswitch/flow_table.h | |
| parent | 34e1ec319e99322bfed02767d51f4998a961d205 (diff) | |
| parent | e6896163b20cc2dc1c169fa5e007243a4f9650a4 (diff) | |
Merge branch 'net-openvswitch-improve-the-codes'
Tonghao Zhang says:
====================
net: openvswitch: improve the codes
This series patches are not bug fix, just improve codes.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/flow_table.h')
| -rw-r--r-- | net/openvswitch/flow_table.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/flow_table.h b/net/openvswitch/flow_table.h index 6e7d4ac59353..d8fb7a3a3dfd 100644 --- a/net/openvswitch/flow_table.h +++ b/net/openvswitch/flow_table.h @@ -53,7 +53,6 @@ struct table_instance { struct rcu_head rcu; int node_ver; u32 hash_seed; - bool keep_flows; }; struct flow_table { |
