]> 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)
commita810b947ec206eb95cf909f72cf9125b483b59ed
tree9304d857f3e256c62d5e81559c26dd260ad053bf
parent25d7cde7ce3fe22418e7b0d777edddb52e3881b1
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