]> git.baikalelectronics.ru Git - kernel.git/commit
target: always allocate a single task
authorChristoph Hellwig <hch@infradead.org>
Tue, 24 Apr 2012 04:25:03 +0000 (00:25 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sun, 6 May 2012 22:11:25 +0000 (15:11 -0700)
commit8a7cf051c835e998d90b1b71563efffb7c8e278d
tree9304d857f3e256c62d5e81559c26dd260ad053bf
parent690dad9fc0e957626d048ca39232f3f3681229e7
target: always allocate a single task

Simply transport_generic_new_cmd to only allocate a single task.  For normal
unidirection commands nothing changes except that the code is a lot simpler
now.  Any BIDI support that used to work will stop now for the next few
patches at least.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_transport.c