commit | 158d31da1cc168dd69a804fde2844182647e8eab | [log] [tgz] |
---|---|---|
author | Allen Pais <apais@linux.microsoft.com> | Tue Nov 03 14:48:23 2020 +0530 |
committer | Jakub Kicinski <kuba@kernel.org> | Sat Nov 07 10:41:15 2020 -0800 |
tree | b0e18ecdaeedbccabdc23baec1f036c2eaba9327 | |
parent | fcb8e3a328ed4d1624b3ccd5a4c1c67f9cd561d9 [diff] |
net: xfrm: 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: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>