pkt_sched: cls_api: Move away from NLMSG_NEW().
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 04:48:50 +0000 (21:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 04:54:15 +0000 (21:54 -0700)
commit942b81653a5252fc0d7071f685113fc0ada28d4b
treeaf48a03772e4af940000b3d5ab19e7c93ffe97e9
parent3f7a3283ccfa59e0dbbc59a6710bd37ba44d4333
pkt_sched: cls_api: Move away from NLMSG_NEW().

And use nlmsg_data() while we're here too, as well as remove
a useless cast.

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