]> git.baikalelectronics.ru Git - kernel.git/commit
net: smc: convert tasklets to use new tasklet_setup() API
authorAllen Pais <apais@linux.microsoft.com>
Tue, 3 Nov 2020 09:18:22 +0000 (14:48 +0530)
committerJakub Kicinski <kuba@kernel.org>
Sat, 7 Nov 2020 18:41:15 +0000 (10:41 -0800)
commiteaaa13ba488a744fb078a09b1a28d5347f076d56
tree2710efe049c40477a2330b95cb337ad1e268fdfe
parent71092fc7af6be6a612b608ef5fd1fd150f947b07
net: smc: 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>
Acked-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/smc/smc_cdc.c
net/smc/smc_wr.c