]> git.baikalelectronics.ru Git - kernel.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)
commite076276c994b7de97872c0c6765cb5e25ef8fdb8
treee15f5b81094c912b8fb30b3bb68abad070901fdb
parent2cb75d18501373f8d7a80c76207ad773105caba9
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