From: Tejun Heo Date: Mon, 3 Jan 2011 14:01:48 +0000 (+0100) Subject: bio-integrity: mark kintegrityd_wq highpri and CPU intensive X-Git-Tag: v2.6.38-rc1~231^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e8dc46ff0b7defbfa4f29a71aee263377ec573;p=pandora-kernel.git bio-integrity: mark kintegrityd_wq highpri and CPU intensive Work items processed by kintegrityd_wq won't block much, may burn a lot of CPU cycles and affect IO latency. Use alloc_workqueue() to mark it highpri and CPU intensive with max concurrency of 1. Signed-off-by: Tejun Heo Cc: Martin K. Petersen Signed-off-by: Jens Axboe --- Reading git-diff-tree failed