[SCSI] libiscsi, iscsi_tcp, iser: add session cmds array accessor
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 21 May 2008 20:54:04 +0000 (15:54 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 12 Jul 2008 13:22:18 +0000 (08:22 -0500)
commit0af967f5d4f2dd1e00618d34ac988037d37a6c3b
tree08297980d1b6dab820d22c12c7fe1c54602f2486
parentb40977d95fb3a1898ace6a7d97e4ed1a33a440a4
[SCSI] libiscsi, iscsi_tcp, iser: add session cmds array accessor

Currently to get a ctask from the session cmd array, you have to
know to use the itt modifier. To make this easier on LLDs and
so in the future we can easilly kill the session array and use
the host shared map instead, this patch adds a nice wrapper
to strip the itt into a session->cmds index and return a ctask.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/infiniband/ulp/iser/iscsi_iser.c
drivers/infiniband/ulp/iser/iser_initiator.c
drivers/scsi/iscsi_tcp.c
drivers/scsi/libiscsi.c
include/scsi/libiscsi.h