blk-mq: return actual keyslot error in blk_insert_cloned_request()
authorEric Biggers <ebiggers@google.com>
Wed, 15 Mar 2023 18:39:06 +0000 (11:39 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 16 Mar 2023 15:35:09 +0000 (09:35 -0600)
commit5b8562f0e87b9bc7e581fc482e5a242885f79b88
tree3fb54ae632f73d4aaec167f2949c6a4db313e4b0
parent435c0e999689b7f383d0a27978cdaa08669cf134
blk-mq: return actual keyslot error in blk_insert_cloned_request()

To avoid hiding information, pass on the error code from
blk_crypto_rq_get_keyslot() instead of always using BLK_STS_IOERR.

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