[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>
このコミットが含まれているのは:
@@ -208,7 +208,7 @@ extern void iscsi_host_for_each_session(struct Scsi_Host *shost,
|
||||
struct iscsi_endpoint {
|
||||
void *dd_data; /* LLD private data */
|
||||
struct device dev;
|
||||
unsigned int id;
|
||||
uint64_t id;
|
||||
};
|
||||
|
||||
/*
|
||||
|
新しいイシューから参照
ユーザーをブロックする