]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
pkt_sched: act_api: Move away from NLMSG_PUT().
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 04:39:32 +0000 (21:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 04:39:32 +0000 (21:39 -0700)
commit8b00a53c633789394d7fec6ee0833d5f0cda3bca
treede24e9c55ea15026f0af787ee57ec831ff205428
parent3da07c0c2b5a13d05d9a66395d72eec0923b0592
pkt_sched: act_api: Move away from NLMSG_PUT().

Move away from NLMSG_NEW() as well.

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

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