commit | 5787cacd0bd5ee016ad807b244550d34fe2beebe | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Apr 24 00:25:06 2012 -0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Sun May 06 15:11:26 2012 -0700 |
tree | d9303fd0c5767f945c13dfc34eb0b16a4f4d2730 | |
parent | cf572a9627c9ae86082216de109780c1d2e2ee28 [diff] |
target: remove struct se_task We can use struct se_cmd for everything it did. Make sure to pass the S/G list and data direction to the execution function to ease adding back BIDI support later on. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>