Re: [PATCH] scsi: Fix incorrect usage of shost_for_each_device

From: Bart Van Assche
Date: Mon May 18 2020 - 10:39:35 EST


On 2020-05-18 00:44, Ye Bin wrote:
> shost_for_each_device(sdev, shost) \
> for ((sdev) = __scsi_iterate_devices((shost), NULL); \
> (sdev); \
> (sdev) = __scsi_iterate_devices((shost), (sdev)))
>
> When terminating shost_for_each_device() iteration with break or return,
> scsi_device_put() should be used to prevent stale scsi device references from
> being left behind.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>