xfrm_user: Propagate netlink error codes properly.
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 Jun 2012 04:57:03 +0000 (21:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jun 2012 04:57:03 +0000 (21:57 -0700)
Instead of using a fixed value of "-1" or "-EMSGSIZE", propagate what
the nla_*() interfaces actually return.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found