commit | cbcb5fb388edb730a39c38521b723df235a8b70d | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Tue Jan 19 16:33:27 2016 -0800 |
committer | Amit Pundir <amit.pundir@linaro.org> | Mon Oct 24 23:41:21 2016 +0800 |
tree | 2eb61ede4a49737553708685c8369aeeb11656a5 | |
parent | 744264935b15b11031a157b5cb49fec703bc0aaf [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