From: Christoph Hellwig Date: Sun, 8 Jul 2012 19:58:49 +0000 (-0400) Subject: target: replace the processing thread with a TMR work queue X-Git-Tag: v3.6-rc1~156^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8772926f019b7bddd7477b8de5f3b0f12bad21;p=pandora-kernel.git target: replace the processing thread with a TMR work queue The last functionality of the target processing thread is offloading possibly long running task management requests from the submitter context. To keep TMR semantics the same we need a single threaded ordered queue, which can be provided by a per-device workqueue with the right flags. Signed-off-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed