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@xxxxxx> > Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx> > --- Looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck