From: Christoph Hellwig Date: Sun, 8 Jul 2012 19:58:47 +0000 (-0400) Subject: target: simply fabric driver queue full processing X-Git-Tag: v3.6-rc1~156^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a6f0a1ea5f5ac9b67211071d558c5b09580695d;p=pandora-kernel.git target: simply fabric driver queue full processing There is no need to schedule the delayed processing in a workqueue that offloads it to the target processing thread. Instead execute it directly from the workqueue. There will be a lot of future work in this area, which I'd likfe to defer for now as it is not nessecary for getting rid of the target processing thread. Signed-off-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed