]> git.baikalelectronics.ru Git - kernel.git/commit
audit: netlink: Move away from NLMSG_NEW().
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 04:45:21 +0000 (21:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 04:54:14 +0000 (21:54 -0700)
commit46d3fa54bad6036b5d35f8a8c36886766dfe62f8
treedb193766a1246bcff49de9f8b8b2a286979e3299
parente29374c1e0616d6dd2f7a6697b22acf3edd16f5e
audit: netlink: Move away from NLMSG_NEW().

And use nlmsg_data() while we're here too.

Signed-off-by: David S. Miller <davem@davemloft.net>
kernel/audit.c