commit | 4245375db87767aacaad16f07040b5d89a9056c8 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Tue Jun 26 23:36:10 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 27 15:36:43 2012 -0700 |
tree | 246bf4a4b41ae1dd28f1b82137b598d4f669120d | |
parent | c074da2810c118b3812f32d6754bd9ead2f169e7 [diff] |
unix_diag: 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>