commit | 6b60978fde2b09a15d7aec0e15f2d3863bad2d24 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Tue Jun 26 23:36:15 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 27 15:36:44 2012 -0700 |
tree | 6c974a67e0ec978f58f8bcaea138cd24f15f716f | |
parent | 74a0bd7d0ef4ed11345aaebc29bf4578ccf44087 [diff] |
decnet: Do not use RTA_PUT() macros Also, no need to trim on nlmsg_put() failure, nothing has been added yet. We also want to use nlmsg_end(), nlmsg_new() and nlmsg_free(). Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>