]> git.baikalelectronics.ru Git - kernel.git/commit
pkt_sched: sch_api: Move away from NLMSG_NEW().
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 04:50:05 +0000 (21:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 04:54:15 +0000 (21:54 -0700)
commit1950c18c675013cb66ccc7a79a232aec2f990325
tree3a530233f93d6c7f20708064581f32499575a64f
parenta7a5fa381a18816dac8f0223d9b95994b0766b77
pkt_sched: sch_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/sch_api.c