diff options
author | Andy Zhou <azhou@nicira.com> | 2013-04-11 01:56:45 +0400 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2013-04-11 01:57:48 +0400 |
commit | b4f9e8cdc82e4a07c3ca50395af5800a6229363e (patch) | |
tree | fb78fdd73930745a6fe246930ea857670daa6c24 /net/openvswitch/datapath.h | |
parent | 5d9633523f27dfcaac2d6052c7b3278311f77949 (diff) | |
download | linux-b4f9e8cdc82e4a07c3ca50395af5800a6229363e.tar.xz |
openvswitch: datapath.h: Fix a stale comment.
Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'net/openvswitch/datapath.h')
-rw-r--r-- | net/openvswitch/datapath.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h index 9125ad5c5aeb..655beb1fe078 100644 --- a/net/openvswitch/datapath.h +++ b/net/openvswitch/datapath.h @@ -57,7 +57,6 @@ struct dp_stats_percpu { * struct datapath - datapath for flow-based packet switching * @rcu: RCU callback head for deferred destruction. * @list_node: Element in global 'dps' list. - * @n_flows: Number of flows currently in flow table. * @table: Current flow table. Protected by genl_lock and RCU. * @ports: Hash table for ports. %OVSP_LOCAL port always exists. Protected by * RTNL and RCU. |