commit | 969e8e255c0a18c30cf78feca2d2e546b5746fc4 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Apr 01 19:03:15 2012 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 02 04:33:41 2012 -0400 |
tree | 309f3674ec0dfc87479cdb039654d9c6a0a20689 | |
parent | bae65be896cc420f58460cb6f6ac03e71d1bf240 [diff] |
ipvs: 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> Acked-by: Simon Horman <horms@verge.net.au>