On 1/22/21 10:50, Ulf Hansson wrote:
On Fri, 22 Jan 2021 at 10:28, Guoqing Jiang
<guoqing.jiang@xxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
Cc: virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx
Cc: linux-ide@xxxxxxxxxxxxxxx
Cc: linux-mmc@xxxxxxxxxxxxxxx
Cc: linux-nvme@xxxxxxxxxxxxxxxxxxx
Cc: linux-nfs@xxxxxxxxxxxxxxx
Signed-off-by: Guoqing Jiang <guoqing.jiang@xxxxxxxxxxxxxxx>
[...]
drivers/mmc/core/block.c | 10 +++++-----
[...]
From mmc point of view, please add:
Acked-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
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