[SCSI] iscsi class: fix endpoint id handling
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 24 Sep 2008 16:46:11 +0000 (11:46 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 13 Oct 2008 13:28:59 +0000 (09:28 -0400)
commit21536062d98938dfcfbae593a26c154e359749dc
tree4615523a9c38cfc502c9f830832d76e37f725511
parente5bd7b54e93ef7151469a12b8c28d863b9f8a088
[SCSI] iscsi class: fix endpoint id handling

Some endpoint code was using unsigned int and some
was using uint64_t. This converts it all to uint64_t.

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