[SCSI] libiscsi: pass opcode into alloc_pdu callout
We do not need to allocate a itt for data_out, so this passes the opcode to the alloc_pdu callout. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:

committed by
James Bottomley

parent
262ef63627
commit
2ff79d52d5
@@ -118,7 +118,7 @@ struct iscsi_transport {
|
||||
int (*xmit_task) (struct iscsi_task *task);
|
||||
void (*cleanup_task) (struct iscsi_task *task);
|
||||
|
||||
int (*alloc_pdu) (struct iscsi_task *task);
|
||||
int (*alloc_pdu) (struct iscsi_task *task, uint8_t opcode);
|
||||
int (*xmit_pdu) (struct iscsi_task *task);
|
||||
int (*init_pdu) (struct iscsi_task *task, unsigned int offset,
|
||||
unsigned int count);
|
||||
|
Reference in New Issue
Block a user