Re: [RFC PATCH V2 16/17] block: simplify runtime PM support
From: jianchao.wang <hidden>
Date: 2018-08-16 08:26:30
From: jianchao.wang <hidden>
Date: 2018-08-16 08:26:30
On 08/15/2018 07:23 PM, Ming Lei wrote:
We may do that, but seems not necessary given the .runtime_suspend() (scsi_runtime_suspend) is just called when the timer is expired. As we know, even there is request entering queue during the suspend window, not a big deal, the current approach still works fine.
Yes, indeed. :) Thanks Jianchao