Re: [PATCH 1/2] scsi: libsas: only clear phy->in_shutdown after shutdown event done

2019-05-29 Thread Martin K. Petersen
Jason, > When the event queue is full of phy up and down events and reached the > threshold, we will queue a shutdown-event, and set phy->in_shutdown so > that we will not queue a shutdown-event again. But before the > shutdown-event can be executed, every phy-down event will clear > phy->in_shu

[PATCH 1/2] scsi: libsas: only clear phy->in_shutdown after shutdown event done

2019-05-13 Thread Jason Yan
When the event queue is full of phy up and down events and reached the threshold, we will queue a shutdown-event, and set phy->in_shutdown so that we will not queue a shutdown-event again. But before the shutdown-event can be executed, every phy-down event will clear phy->in_shutdown and a new shut