projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d96335
)
openvswitch: datapath.h: Fix a stale comment.
author
Andy Zhou
<
[email protected]
>
Wed, 10 Apr 2013 21:56:45 +0000
(14:56 -0700)
committer
Jesse Gross
<
[email protected]
>
Wed, 10 Apr 2013 21:57:48 +0000
(14:57 -0700)
Signed-off-by: Andy Zhou <
[email protected]
>
Signed-off-by: Jesse Gross <
[email protected]
>
net/openvswitch/datapath.h
patch
|
blob
|
history
diff --git
a/net/openvswitch/datapath.h
b/net/openvswitch/datapath.h
index 9125ad5c5aeb5aa6ff3519bf043f263f82b882bc..655beb1fe0783d356845bcb4af9e14d18a177c39 100644
(file)
--- 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.