[SCSI] libiscsi: merge iscsi_mgmt_task and iscsi_cmd_task
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 21 May 2008 20:54:06 +0000 (15:54 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 12 Jul 2008 13:22:19 +0000 (08:22 -0500)
commit3e5c28ad0391389959ccae81c938c7533efb3490
treebcfb02dc14afa91dd21fd59ec7c82f881be065c9
parent052d014485d2ce5bb7fa8dd0df875dafd1db77df
[SCSI] libiscsi: merge iscsi_mgmt_task and iscsi_cmd_task

There is no need to have the mgmt and cmd tasks separate
structs. It used to save a lot of memory when we overprealocated
memory for tasks, but the next patches will set up the
driver so in the future they can use a mempool or some other
common scsi command allocator and common tagging.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/libiscsi.c
include/scsi/libiscsi.h
include/scsi/scsi_transport_iscsi.h