commit | 4101f0a89d4eb13f04cb0344d59a335b862ca5f9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Apr 24 00:25:03 2012 -0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Sun May 06 15:11:25 2012 -0700 |
tree | 9304d857f3e256c62d5e81559c26dd260ad053bf | |
parent | 6bb35e009b656b36f7985057822c5fbf53ea75b7 [diff] |
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>