commit | e97c4ed917526212c67cb732099bef047c8a0df2 | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Tue Jan 19 16:33:27 2016 -0800 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Fri Jan 27 13:52:36 2017 -0800 |
tree | 9ec48875e9380a03f80710649a7c820d5d572e26 | |
parent | 7961972600baf8bb5588b7fefbf0455deb9542bf [diff] |
ANDROID: dm-crypt: run in a WQ_HIGHPRI workqueue (cherry pick from commit ad3ac5180979e5dd1f84e4a807f76fb9fb19f814) Running dm-crypt in a standard workqueue results in IO competing for CPU time with standard user apps, which can lead to pipeline bubbles and seriously degraded performance. Move to a WQ_HIGHPRI workqueue to protect against that. Signed-off-by: Tim Murray <timmurray@google.com> Bug: 25392275 Change-Id: I2828587c754a7c2cafdd78b3323b9896cb8cd4e7