[PATCH 2/3] blk-mq: avoid a mess of casts for blk_end_sync_rq
Chaitanya Kulkarni
chaitanyak at nvidia.com
Tue May 24 14:00:23 PDT 2022
On 5/24/22 05:15, Christoph Hellwig wrote:
> Instead of trying to cast a __bitwise 32-bit integer to a larger integer
> and then a pointer, just allow a struct with the blk_status_t and the
> completion on stack and set the end_io_data to that. Use the
> opportunity to move the code to where it belongs and drop rather
> confusing comments.
>
> Signed-off-by: Christoph Hellwig <hch at lst.de>
> Reviewed-by: Keith Busch <kbusch at kernel.org>
> ---
Looks good.
Reviewed-by: Chaitanya Kulkarni <kch at nvidia.com>
-ck
More information about the Linux-nvme
mailing list