From 6a59b8d287971982f0ab9f6f164bdae62f16ee42 Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Tue, 15 Jul 2008 14:54:16 -0600 Subject: [PATCH] --- yaml --- r: 106576 b: refs/heads/master c: 6d49f63b415ca02223e01e187076cb69a5a38eaf h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/scsi/scsi_host.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4bb90a4d68fe..096276972c3d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f27bac2761cab5a2e212dea602d22457a9aa6943 +refs/heads/master: 6d49f63b415ca02223e01e187076cb69a5a38eaf diff --git a/trunk/include/scsi/scsi_host.h b/trunk/include/scsi/scsi_host.h index a594bac4a77d..d3b1e06fb142 100644 --- a/trunk/include/scsi/scsi_host.h +++ b/trunk/include/scsi/scsi_host.h @@ -547,7 +547,7 @@ struct Scsi_Host { unsigned int host_failed; /* commands that failed. */ unsigned int host_eh_scheduled; /* EH scheduled without command */ - unsigned short host_no; /* Used for IOCTL_GET_IDLUN, /proc/scsi et al. */ + unsigned int host_no; /* Used for IOCTL_GET_IDLUN, /proc/scsi et al. */ int resetting; /* if set, it means that last_reset is a valid value */ unsigned long last_reset;