From: Andy Zhou Date: Wed, 10 Apr 2013 20:34:22 +0000 (-0700) Subject: datapath.h Fix a stale comment. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9872172a0a87c6e8300813de613b9267a73f0547;p=sliver-openvswitch.git datapath.h Fix a stale comment. Signed-off-by: Andy Zhou Signed-off-by: Jesse Gross --- diff --git a/datapath/datapath.h b/datapath/datapath.h index 9bc98fb76..ee40d8f45 100644 --- a/datapath/datapath.h +++ b/datapath/datapath.h @@ -61,7 +61,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.