diff options
author | Andy Zhou <azhou@nicira.com> | 2013-04-10 14:56:45 -0700 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2013-04-10 14:57:48 -0700 |
commit | b4f9e8cdc82e4a07c3ca50395af5800a6229363e (patch) | |
tree | fb78fdd73930745a6fe246930ea857670daa6c24 /net/openvswitch | |
parent | 5d9633523f27dfcaac2d6052c7b3278311f77949 (diff) | |
download | kernel_goldelico_gta04-b4f9e8cdc82e4a07c3ca50395af5800a6229363e.zip kernel_goldelico_gta04-b4f9e8cdc82e4a07c3ca50395af5800a6229363e.tar.gz kernel_goldelico_gta04-b4f9e8cdc82e4a07c3ca50395af5800a6229363e.tar.bz2 |
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')
-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 9125ad5..655beb1 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. |