On Wed, Jun 7, 2023 at 3:38 AM <mwilck@xxxxxxxx> wrote: > > From: Martin Wilck <mwilck@xxxxxxxx> > > This patch series addresses some issues we saw in a test setup > with a large number of SCSI LUNs. The first two patches simply > increase the number of available sg and bsg devices. The last one > fixes an large delay we encountered between blocking a Fibre Channel > remote port and the dev_loss_tmo. > > Changes v1 -> v2: > - call blk_mq_wait_quiesce_done() from scsi_target_block() to > cover the case where BLK_MQ_F_BLOCKING is set (Bart van Assche) Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> Thanks,