Re: [PATCH v3 6/6] scsi-mq: Reduce suspend latency

2017-09-24 Thread Ming Lei
On Fri, Sep 22, 2017 at 03:14:05PM -0700, Bart Van Assche wrote: > Avoid that it can take 200 ms too long to wait for requests to > finish. Note: blk_mq_freeze_queue() uses a wait queue to wait > for ongoing requests to finish. > > Signed-off-by: Bart Van Assche > Cc:

[PATCH v3 6/6] scsi-mq: Reduce suspend latency

2017-09-22 Thread Bart Van Assche
Avoid that it can take 200 ms too long to wait for requests to finish. Note: blk_mq_freeze_queue() uses a wait queue to wait for ongoing requests to finish. Signed-off-by: Bart Van Assche Cc: Martin K. Petersen Cc: Ming Lei