]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
vlan: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 00:50:45 +0000 (20:50 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 08:33:44 +0000 (04:33 -0400)
commit61849dda1dd4ee286521fdfde388dcfc1d891bad
tree874e485edd5d095ed75618b45dc8042f86618ffa
parent2eb812e6501597e8b4bc4fdef2db8158c1a3afb6
vlan: 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/8021q/vlan_netlink.c