blk-crypto: remove blk_crypto_unregister()
authorEric Biggers <ebiggers@google.com>
Wed, 24 Nov 2021 01:37:33 +0000 (17:37 -0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 29 Nov 2021 13:38:51 +0000 (06:38 -0700)
commit72cd9df2ef788d88c138d51223a01ca6281f232d
tree0d542b8eee1d2759fd6fa0b5bd5e5b44da55a476
parent5b13bc8a3fd519d86e5b1a0b1d1b996cace62f3f
blk-crypto: remove blk_crypto_unregister()

This function is trivial and is only used in one place.  Having this
function is misleading because it implies that blk_crypto_register()
needs to be paired with blk_crypto_unregister(), which is not the case.
Just set disk->queue->crypto_profile to NULL directly.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20211124013733.347612-1-ebiggers@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-crypto-profile.c
block/blk-integrity.c
include/linux/blkdev.h