Re: [PATCH 4/5] block: remove the gendisk argument to blk_execute_rq
From: Chaitanya Kulkarni <hidden>
Date: 2021-09-28 21:23:41
Also in:
linux-scsi
From: Chaitanya Kulkarni <hidden>
Date: 2021-09-28 21:23:41
Also in:
linux-scsi
On 9/27/21 10:22 PM, Christoph Hellwig wrote:
Remove the gendisk aregument to blk_execute_rq and blk_execute_rq_nowait given that it is unused now. Also convert the boolean at_head parameter to actually use the bool type while touching the prototype. Signed-off-by: Christoph Hellwig <hch@lst.de> ---
Looks good. Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>