]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
openvswitch: datapath.h: Fix a stale comment.
authorAndy Zhou <azhou@nicira.com>
Wed, 10 Apr 2013 21:56:45 +0000 (14:56 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 10 Apr 2013 21:57:48 +0000 (14:57 -0700)
Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
net/openvswitch/datapath.h

index 9125ad5c5aeb5aa6ff3519bf043f263f82b882bc..655beb1fe0783d356845bcb4af9e14d18a177c39 100644 (file)
@@ -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.