commit | e76a35d6c809bd1638e3b1b535bb780ac731c380 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu Nov 03 17:50:42 2011 -0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Fri Nov 04 08:00:17 2011 +0000 |
tree | a67bbbbc16cb4e612015da8b0f86fe981d1a5f77 | |
parent | 617c0e06c1b30b799d8b25f92eefdc1b098cb9f8 [diff] |
target: pass the se_task to the CDB emulation callback We want to be able to handle all CDBs through it and remove hacks like always using the first task in a CDB in target_report_luns. Also rename the callback to ->execute_task to better describe its use. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>