Re: [RFC PATCH v1 1/2] block: bsg: resume scsi device before accessing

From: Can Guo
Date: Wed Jan 27 2021 - 03:16:22 EST


On 2021-01-27 15:09, Avri Altman wrote:

Resumes the scsi device before accessing it.

Change-Id: I2929af60f2a92c89704a582fcdb285d35b429fde
Signed-off-by: Asutosh Das <asutoshd@xxxxxxxxxxxxxx>
Signed-off-by: Can Guo <cang@xxxxxxxxxxxxxx>
Signed-off-by: Bao D. Nguyen <nguyenb@xxxxxxxxxxxxxx>
Following this patch, is it possible to revert commit 74e5e468b664d?


No, but this is a good finding... This change assumes
that the queue->queue_data is a scsi_device, which is
why we call scsi_auto_pm_get(). But for ufs_bsg's case,
queue->queue_data is a device...

Thanks,
Can Guo.

Thanks,
Avri