blk-crypto: drop the NULL check from blk_crypto_put_keyslot()
authorEric Biggers <ebiggers@google.com>
Wed, 15 Mar 2023 18:39:07 +0000 (11:39 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 16 Mar 2023 15:35:09 +0000 (09:35 -0600)
commit4cf2c3ab2cdfed71a7f27fe52b4c87877ee79606
treebc1b4725869af7479939d09b960c25332d96fe0d
parent5b8562f0e87b9bc7e581fc482e5a242885f79b88
blk-crypto: drop the NULL check from blk_crypto_put_keyslot()

Now that all callers of blk_crypto_put_keyslot() check for NULL before
calling it, there is no need for blk_crypto_put_keyslot() to do the NULL
check itself.

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