]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Fri, 30 Mar 2012 03:20:48 +0000 (23:20 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:11:37 +0000 (18:11 -0400)
commit769efa00aaec0a46d20537cbe539b5d62099f37d
treeee49f2a07439ffcaa2ffd34891faf2f30c7cdfef
parent753b783977fad948ed1689d37d900173d3acaf06
openvswitch: Stop using NLA_PUT*().

These macros contain a hidden goto, and are thus extremely error
prone and make code hard to audit.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/datapath.c
net/openvswitch/flow.c