nfnetlink_acct: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:46:29 +0000 (18:46 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:46:29 +0000 (18:46 -0400)
commit7c8011895330d3069b137233e2673f40ee6f4c91
treeabf379d520d4935e70e8bb3b6aec1429e61c313c
parent48f03bdad8b3b0f5a96db45d517149eccd7f4ca8
nfnetlink_acct: 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/netfilter/nfnetlink_acct.c