]> git.openfabrics.org - ~emulex/infiniband.git/commit
bridge: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 00:49:54 +0000 (20:49 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 08:33:44 +0000 (04:33 -0400)
commit2eb812e6501597e8b4bc4fdef2db8158c1a3afb6
treee15f5b81094c912b8fb30b3bb68abad070901fdb
parent2809cec5b52b2d02fa0d7dab6e146abfc93c5b86
bridge: 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/bridge/br_fdb.c
net/bridge/br_netlink.c