]> git.baikalelectronics.ru Git - kernel.git/commit
target: simply fabric driver queue full processing
authorChristoph Hellwig <hch@infradead.org>
Sun, 8 Jul 2012 19:58:47 +0000 (15:58 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 17 Jul 2012 00:35:20 +0000 (17:35 -0700)
commit6693091a3cd69f536af283a12c0ad17b60f7421d
tree0ffcac6216f162ead3f009ab6aef739fcf53a241
parentfe7e9176f286f0c5985335b8d35f9e02347b56cb
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 <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_transport.c