> - if (blk_crypto_insert_cloned_request(rq)) > + if (blk_crypto_rq_get_keyslot(rq)) > return BLK_STS_IOERR; Wouldn't it be better to propagate the actual error from blk_crypto_rq_get_keyslot?
> - if (blk_crypto_insert_cloned_request(rq)) > + if (blk_crypto_rq_get_keyslot(rq)) > return BLK_STS_IOERR; Wouldn't it be better to propagate the actual error from blk_crypto_rq_get_keyslot?