Skip to content

Commit

Permalink
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gi…
Browse files Browse the repository at this point in the history
…t/jesse/openvswitch
  • Loading branch information
davem330 committed Sep 4, 2012
2 parents 3731a33 + 15eac2a commit cefd81c
Show file tree
Hide file tree
Showing 10 changed files with 317 additions and 171 deletions.
2 changes: 1 addition & 1 deletion net/openvswitch/actions.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ static int do_output(struct datapath *dp, struct sk_buff *skb, int out_port)
if (unlikely(!skb))
return -ENOMEM;

vport = rcu_dereference(dp->ports[out_port]);
vport = ovs_vport_rcu(dp, out_port);
if (unlikely(!vport)) {
kfree_skb(skb);
return -ENODEV;
Expand Down
Loading

0 comments on commit cefd81c

Please sign in to comment.