]> Git Repo - linux.git/commit
padata: remove stop function
authorDaniel Jordan <[email protected]>
Tue, 14 Jul 2020 20:13:52 +0000 (16:13 -0400)
committerHerbert Xu <[email protected]>
Thu, 23 Jul 2020 07:34:18 +0000 (17:34 +1000)
commit350ef051d4edd884e8dea0be9f3685b4b32142fb
tree5892a130131480d800ff0c6c5e7fcc753fbe7228
parentbd25b4886ddcebec92591f298ce2ce345d7f2ea9
padata: remove stop function

padata_stop() has two callers and is unnecessary in both cases.  When
pcrypt calls it before padata_free(), it's being unloaded so there are
no outstanding padata jobs[0].  When __padata_free() calls it, it's
either along the same path or else pcrypt initialization failed, which
of course means there are also no outstanding jobs.

Removing it simplifies padata and saves text.

[0] https://lore.kernel.org/linux-crypto/20191119225017[email protected]/

Signed-off-by: Daniel Jordan <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: Steffen Klassert <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Herbert Xu <[email protected]>
Documentation/core-api/padata.rst
crypto/pcrypt.c
include/linux/padata.h
kernel/padata.c
This page took 0.054303 seconds and 4 git commands to generate.