From: Mike Christie Date: Wed, 21 May 2008 20:54:06 +0000 (-0500) Subject: [SCSI] libiscsi: merge iscsi_mgmt_task and iscsi_cmd_task X-Git-Tag: v2.6.27-rc1~1059^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e5c28ad0391389959ccae81c938c7533efb3490;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed