]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita7a5fa381a18816dac8f0223d9b95994b0766b77
treeaf48a03772e4af940000b3d5ab19e7c93ffe97e9
parentc9e9cb1b872bac17893932944635661208ee7246
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