]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: remove obsolete 'comp' compression API
authorArd Biesheuvel <ardb@kernel.org>
Sun, 16 Mar 2025 01:21:27 +0000 (09:21 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Mar 2025 09:39:06 +0000 (17:39 +0800)
commitfce8b8d5986b76a4fdd062e3eec1bb6420fee6c5
treea650adef7eb2d2a2dd863f4aba70e25321c138c0
parentbe457e4e8da6e0a797dba2344ac34de647a5322e
crypto: remove obsolete 'comp' compression API

The 'comp' compression API has been superseded by the acomp API, which
is a bit more cumbersome to use, but ultimately more flexible when it
comes to hardware implementations.

Now that all the users and implementations have been removed, let's
remove the core plumbing of the 'comp' API as well.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/crypto/architecture.rst
crypto/Makefile
crypto/api.c
crypto/compress.c [deleted file]
crypto/crypto_user.c
crypto/proc.c
crypto/testmgr.c
include/linux/crypto.h