diff options
| author | Mark Brown <broonie@kernel.org> | 2026-05-29 22:42:47 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-29 22:42:47 +0100 |
| commit | 692f367d6033168e32c5ea2139683794e8ffa8ad (patch) | |
| tree | 6327e98f52ee78960e31f3f92490d84fe8eeaf5b /block | |
| parent | a25555d13a5d8806e71102629d875a3d5e955f90 (diff) | |
| parent | f9f57971da38afbcfa82a9502fb3eb5f1f100e73 (diff) | |
| download | linux-next-history-692f367d6033168e32c5ea2139683794e8ffa8ad.tar.gz | |
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
Diffstat (limited to 'block')
| -rw-r--r-- | block/blk-crypto.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/block/blk-crypto.c b/block/blk-crypto.c index 165c9d2cce073..15e25e41b1669 100644 --- a/block/blk-crypto.c +++ b/block/blk-crypto.c @@ -116,6 +116,7 @@ void bio_crypt_set_ctx(struct bio *bio, const struct blk_crypto_key *key, bio->bi_crypt_context = bc; } +EXPORT_SYMBOL_GPL(bio_crypt_set_ctx); void __bio_crypt_free_ctx(struct bio *bio) { @@ -348,6 +349,7 @@ int blk_crypto_init_key(struct blk_crypto_key *blk_key, return 0; } +EXPORT_SYMBOL_GPL(blk_crypto_init_key); bool blk_crypto_config_supported_natively(struct block_device *bdev, const struct blk_crypto_config *cfg) @@ -398,6 +400,7 @@ int blk_crypto_start_using_key(struct block_device *bdev, } return blk_crypto_fallback_start_using_mode(key->crypto_cfg.crypto_mode); } +EXPORT_SYMBOL_GPL(blk_crypto_start_using_key); /** * blk_crypto_evict_key() - Evict a blk_crypto_key from a block_device |
