]> Pileus Git - ~andy/linux/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)
commit028d6a6767456d6c84a72d3451f19fe7ca7b47db
treeee49f2a07439ffcaa2ffd34891faf2f30c7cdfef
parent569a8fc38367dfafd87454f27ac646c8e6b54bca
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