From 9698199e0cde18eea4ca96a836bd96f351b4fabd Mon Sep 17 00:00:00 2001 From: Andy Zhou Date: Wed, 10 Apr 2013 14:56:45 -0700 Subject: [PATCH] --- yaml --- r: 369262 b: refs/heads/master c: b4f9e8cdc82e4a07c3ca50395af5800a6229363e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/openvswitch/datapath.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7e2a8e73f023..398768744f03 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5d9633523f27dfcaac2d6052c7b3278311f77949 +refs/heads/master: b4f9e8cdc82e4a07c3ca50395af5800a6229363e diff --git a/trunk/net/openvswitch/datapath.h b/trunk/net/openvswitch/datapath.h index 9125ad5c5aeb..655beb1fe078 100644 --- a/trunk/net/openvswitch/datapath.h +++ b/trunk/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.