[SCSI] Make host_no an unsigned int
authorMatthew Wilcox <matthew@wil.cx>
Tue, 15 Jul 2008 20:54:16 +0000 (14:54 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 26 Jul 2008 19:14:50 +0000 (15:14 -0400)
commit6d49f63b415ca02223e01e187076cb69a5a38eaf
tree0a55faae5505c1fb55d40e5a8c6caf69f2f215da
parentf27bac2761cab5a2e212dea602d22457a9aa6943
[SCSI] Make host_no an unsigned int

Daniel Debonzi reports that he has managed to wrap host_no.  Increasing
the number of host numbers available to 32-bit from 16-bit allows the
problem to be evaded for another hundred years.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
include/scsi/scsi_host.h