Skip to content

Commit

Permalink
[SCSI] libiscsi: merge iscsi_mgmt_task and iscsi_cmd_task
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Christie authored and James Bottomley committed Jul 12, 2008
1 parent 052d014 commit 3e5c28a
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 316 deletions.
Loading

0 comments on commit 3e5c28a

Please sign in to comment.