]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Fix bad merge resolution.
authorJesse Gross <jesse@nicira.com>
Mon, 13 May 2013 15:41:06 +0000 (08:41 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 14 Aug 2013 22:48:02 +0000 (15:48 -0700)
commitb5196b341277f442eacfaacd8d7b05ed13da4e21
tree3f26f5da57a38f9365b03696c7cb733f86b67554
parent07e109360660cc58aefd754a4369fe475b61e495
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 <jesse@nicira.com>
net/openvswitch/datapath.c