diff options
author | Moore, Eric <Eric.Moore@lsil.com> | 2006-01-14 02:25:20 +0300 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2006-01-14 19:55:06 +0300 |
commit | 816aa907b909177bdf6e6e6b0d00c5e5a6e2be8c (patch) | |
tree | 5953e5fc46a49bcdb28b17c6812469af4cc59c93 /drivers/message/fusion/mptbase.h | |
parent | e02f3f59225d8c3b2a0ad0dc941a09865e27da61 (diff) | |
download | linux-816aa907b909177bdf6e6e6b0d00c5e5a6e2be8c.tar.xz |
[SCSI] fusion - adding raid support in mptsas
The SAS RAID volumes are reported beyond the expected number of phys.
Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 25f44064b96c..47053ac65068 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h @@ -630,6 +630,7 @@ typedef struct _MPT_ADAPTER struct list_head sas_topology; struct mutex sas_topology_mutex; MPT_SAS_MGMT sas_mgmt; + int num_ports; struct list_head fc_rports; spinlock_t fc_rport_lock; /* list and ri flags */ |