Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362621
b: refs/heads/master
c: d3e1101
h: refs/heads/master
i:
  362619: cbd86ff
v: v3
  • Loading branch information
Hong Zhiguo authored and Jesse Gross committed Mar 27, 2013
1 parent ec7f495 commit 77820b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a9341512c372fcc628dabc619898d910a06c54bc
refs/heads/master: d3e1101c9b75574e68380b5cb10c9395fd8855de
2 changes: 1 addition & 1 deletion trunk/net/openvswitch/flow.c
Original file line number Diff line number Diff line change
Expand Up @@ -795,9 +795,9 @@ void ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow)

void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow)
{
BUG_ON(table->count == 0);
hlist_del_rcu(&flow->hash_node[table->node_ver]);
table->count--;
BUG_ON(table->count < 0);
}

/* The size of the argument for each %OVS_KEY_ATTR_* Netlink attribute. */
Expand Down

0 comments on commit 77820b8

Please sign in to comment.