Skip to content

Commit 30444e9

Browse files
committed
openvswitch: Fix bad merge resolution.
git silently included an extra hunk in vport_cmd_set() during automatic merging. This code is unreachable so it does not actually introduce a problem but it is clearly incorrect. Signed-off-by: Jesse Gross <[email protected]>
1 parent ad81f05 commit 30444e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

net/openvswitch/datapath.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,9 +2076,6 @@ static int ovs_vport_cmd_set(struct sk_buff *skb, struct genl_info *info)
20762076
ovs_notify(reply, info, &ovs_dp_vport_multicast_group);
20772077
return 0;
20782078

2079-
rtnl_unlock();
2080-
return 0;
2081-
20822079
exit_free:
20832080
kfree_skb(reply);
20842081
exit_unlock:

0 commit comments

Comments
 (0)