Hi all, this series switches the blk-crypto interfaces to take block_device arguments instead of request_queues, and with that finishes off the project to hide struct request_queue from file systems. Diffstat: Documentation/block/inline-encryption.rst | 24 ++++++++++++------------ block/blk-crypto-profile.c | 7 +++++++ block/blk-crypto.c | 25 ++++++++++++------------- drivers/md/dm-table.c | 2 +- fs/crypto/inline_crypt.c | 12 ++++-------- include/linux/blk-crypto-profile.h | 2 ++ include/linux/blk-crypto.h | 8 ++++---- 7 files changed, 42 insertions(+), 38 deletions(-)