diff options
author | Eric Biggers <[email protected]> | 2021-10-18 11:04:50 -0700 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2021-10-21 10:49:32 -0600 |
commit | eebcafaebb17cb8fda671709fab5dd836bdc3a08 (patch) | |
tree | 0fa0cc228f8916fc7297c5185603adedad21392d /fs/btrfs/dev-replace.c | |
parent | 435c2acb307f19acc791b4295e29cc53a82bd24d (diff) |
blk-crypto-fallback: properly prefix function and struct names
For clarity, avoid using just the "blk_crypto_" prefix for functions and
structs that are specific to blk-crypto-fallback. Instead, use
"blk_crypto_fallback_". Some places already did this, but others
didn't.
This is also a prerequisite for using "struct blk_crypto_keyslot" to
mean a generic blk-crypto keyslot (which is what it sounds like).
Rename the fallback one to "struct blk_crypto_fallback_keyslot".
No change in behavior.
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Chaitanya Kulkarni <[email protected]>
Reviewed-by: Mike Snitzer <[email protected]>
Reviewed-by: Martin K. Petersen <[email protected]>
Signed-off-by: Eric Biggers <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions