[PATCH V2 2/2] block: remove unnecessary argument from blk_execute_rq

Guoqing Jiang guoqing.jiang at cloud.ionos.com
Sun Jan 24 23:35:54 EST 2021



On 1/22/21 10:50, Ulf Hansson wrote:
> On Fri, 22 Jan 2021 at 10:28, Guoqing Jiang
> <guoqing.jiang at cloud.ionos.com> wrote:
>>
>> We can remove 'q' from blk_execute_rq as well after the previous change
>> in blk_execute_rq_nowait.
>>
>> And more importantly it never really was needed to start with given
>> that we can trivial derive it from struct request.
>>
>> Cc: linux-scsi at vger.kernel.org
>> Cc: virtualization at lists.linux-foundation.org
>> Cc: linux-ide at vger.kernel.org
>> Cc: linux-mmc at vger.kernel.org
>> Cc: linux-nvme at lists.infradead.org
>> Cc: linux-nfs at vger.kernel.org
>> Signed-off-by: Guoqing Jiang <guoqing.jiang at cloud.ionos.com>
> 
> [...]
> 
>>   drivers/mmc/core/block.c          | 10 +++++-----
> 
> [...]
> 
>  From mmc point of view, please add:
> 
> Acked-by: Ulf Hansson <ulf.hansson at linaro.org>
> 
> At the moment I don't think this will conflict with any changes to
> mmc, but if that happens let's sort it then...
> 

Thank you! Will resend and add your acked-by.

Guoqing



More information about the Linux-nvme mailing list