From: Kim Phillips <hidden> Date: 2017-08-21 23:31:39
On Thu, 15 Jun 2017 23:50:54 +0800
Leo Yan [off-list ref] wrote:
Looked into the code, and I must apologize I have not verified the
command when wrote the doc. As you pointed out, the closing file
operation releases the constraint for PM QoS.
Below command can work (I tested):
exec 3<> /dev/cpu_dma_latency; echo 0 >&3
Will commit one patch for this.