]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
crypto: algapi - remove unused notifications
authorEric Biggers <ebiggers@google.com>
Fri, 29 Dec 2017 16:06:46 +0000 (10:06 -0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 5 Jan 2018 07:43:10 +0000 (18:43 +1100)
commit8b55107c57f763c7ca393e72f7ce6f89ea1ba49a
tree238f99e9bef36e4cb04e45571f009aaa1b25f089
parentce8614a312ef750bb60677bb13680cb27d1c284b
crypto: algapi - remove unused notifications

There is a message posted to the crypto notifier chain when an algorithm
is unregistered, and when a template is registered or unregistered.  But
nothing is listening for those messages; currently there are only
listeners for the algorithm request and registration messages.

Get rid of these unused notifications for now.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/algapi.c
crypto/internal.h