From 9872172a0a87c6e8300813de613b9267a73f0547 Mon Sep 17 00:00:00 2001 From: Andy Zhou Date: Wed, 10 Apr 2013 13:34:22 -0700 Subject: [PATCH] datapath.h Fix a stale comment. Signed-off-by: Andy Zhou Signed-off-by: Jesse Gross --- datapath/datapath.h | 1 - 1 file changed, 1 deletion(-) 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. -- 2.43.0