OSDN Git Service

net: sched: convert tasklets to use new tasklet_setup() API
authorAllen Pais <apais@linux.microsoft.com>
Tue, 3 Nov 2020 09:18:21 +0000 (14:48 +0530)
committerJakub Kicinski <kuba@kernel.org>
Sat, 7 Nov 2020 18:41:15 +0000 (10:41 -0800)
commit6e1978a9a941d342a8b2e6432f52e07d4af86e21
treed0ce69884208fc69d256257fe37faea6d3533212
parentb5bd8b62df4f58875b65e6e699ca371b4425194c
net: sched: convert tasklets to use new tasklet_setup() API

In preparation for unconditionally passing the
struct tasklet_struct pointer to all tasklet
callbacks, switch to using the new tasklet_setup()
and from_tasklet() to pass the tasklet pointer explicitly.

Signed-off-by: Romain Perier <romain.perier@gmail.com>
Signed-off-by: Allen Pais <apais@linux.microsoft.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/pkt_sched.h
net/sched/sch_atm.c