ANDROID: mmc: move to a SCHED_FIFO thread
authorTim Murray <timmurray@google.com>
Wed, 20 Jan 2016 00:36:40 +0000 (16:36 -0800)
committerAmit Pundir <amit.pundir@linaro.org>
Thu, 7 Apr 2016 11:19:52 +0000 (16:49 +0530)
commit772de7be5b75e33a02d4ab79f0876fb868cf4242
tree53e7a22c3dd2da65ac54d45400603df0cc0a1fe3
parentc455cc2a8f795d3bbafe8f076482fa3f23b9d77d
ANDROID: mmc: move to a SCHED_FIFO thread

(cherry picked from commit 011e507b413393eab8279dac8b778ad9b6e9971b)

Running mmcqd as a prio 120 thread forces it to compete with standard
user processes for IO performance, especially when the system is under
severe CPU load. Move it to a SCHED_FIFO thread to reduce the impact of
load on IO performance.

Signed-off-by: Tim Murray <timmurray@google.com>
Bug: 25392275
Change-Id: I1edfe73baa25e181367c30c1f40fee886e92b60d
drivers/mmc/card/queue.c