Re: [PATCH v4 2/3] scsi: ufs: core: Cleanup ufshcd_slave_alloc()

From: Bart Van Assche
Date: Tue Oct 25 2022 - 09:37:04 EST


On 10/25/22 04:44, Bean Huo wrote:
On Mon, 2022-10-24 at 16:25 -0700, Bart Van Assche wrote:
If having a look at

scsi_change_queue_depth() {

depth = min_t(int, depth, scsi_device_max_queue_depth(sdev));
...
}

so the final depth per Lu is still 31. I did test and debug, this is
true.

Hi Bean,

Thanks for the clarification. I will add my Reviewed-by to this patch.

Bart.