From: Andy Zhou Date: Wed, 10 Apr 2013 21:56:45 +0000 (-0700) Subject: openvswitch: datapath.h: Fix a stale comment. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b4f9e8cdc82e4a07c3ca50395af5800a6229363e;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git openvswitch: datapath.h: Fix a stale comment. Signed-off-by: Andy Zhou Signed-off-by: Jesse Gross --- 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.