commit | af8772926f019b7bddd7477b8de5f3b0f12bad21 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sun Jul 08 15:58:49 2012 -0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Jul 16 17:35:21 2012 -0700 |
tree | 99bdfc7335a3223985b033404fb06fc58cb754f0 | |
parent | f314643751450a582c1ca40a54558240ef7cd4bf [diff] |
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 <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>