Re: [PATCH V4 2/8] block: move blk_crypto_bio_prep() out of blk-mq.c
From: Chaitanya Kulkarni <hidden>
Date: 2022-02-16 09:16:08
From: Chaitanya Kulkarni <hidden>
Date: 2022-02-16 09:16:08
On 2/15/22 20:45, Ming Lei wrote:
blk_crypto_bio_prep() is called for both bio based and blk-mq drivers, so move it out of blk-mq.c, then we can unify this kind of handling. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Ming Lei <redacted> --- block/blk-core.c | 21 ++++++++-------------
indeed it is, looks good. Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>