neighbour: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 00:06:28 +0000 (20:06 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 08:33:42 +0000 (04:33 -0400)
commit9a6308d74edb791c05d0e292e6263efc69640942
tree34b27ca32b37fa5f25f508d4e1938d125b73ad80
parent1eb4c977778b5ab8e8fba9022687f0a5941d681a
neighbour: 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/core/neighbour.c