commit | 21536062d98938dfcfbae593a26c154e359749dc | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed Sep 24 11:46:11 2008 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Oct 13 09:28:59 2008 -0400 |
tree | 4615523a9c38cfc502c9f830832d76e37f725511 | |
parent | e5bd7b54e93ef7151469a12b8c28d863b9f8a088 [diff] |
[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>