summaryrefslogtreecommitdiff
path: root/include/crypto/aead.h
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2016-10-19 14:54:30 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2016-10-25 06:08:25 +0300
commitc4ca2b0b25814cd56665c1c8a7c6254d900a6f11 (patch)
tree25977405aa442aa6211b0daef85b3630289dbdde /include/crypto/aead.h
parent103600ab966a2f02d8986bbfdf87b762b1c6a06d (diff)
downloadlinux-c4ca2b0b25814cd56665c1c8a7c6254d900a6f11.tar.xz
crypto: engine - Handle the kthread worker using the new API
Use the new API to create and destroy the crypto engine kthread worker. The API hides some implementation details. In particular, kthread_create_worker() allocates and initializes struct kthread_worker. It runs the kthread the right way and stores task_struct into the worker structure. kthread_destroy_worker() flushes all pending works, stops the kthread and frees the structure. This patch does not change the existing behavior except for dynamically allocating struct kthread_worker and storing only the pointer of this structure. It is compile tested only because I did not find an easy way how to run the code. Well, it should be pretty safe given the nature of the change. Signed-off-by: Petr Mladek <pmladek@suse.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto/aead.h')
0 files changed, 0 insertions, 0 deletions