diff options
author | Linda Xie <lxiep@us.ibm.com> | 2005-06-27 18:01:48 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-07-02 20:25:09 -0400 |
commit | b4687ca42cb82a7821f682dde0310b16ce284770 (patch) | |
tree | e36a26a2908369535d89863626934e269976d662 /drivers/scsi/ibmvscsi/srp.h | |
parent | fc2b035d38c06a884cb521bb4a1e1183f5eaccf1 (diff) |
[SCSI] IBM VSCSI Client: sending client info to server
Fix the problem in IBM VSCSI Client where the client doesn't send the
information which is expected by the server.
Signed-off-by: Linda Xie <lxie@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/ibmvscsi/srp.h')
-rw-r--r-- | drivers/scsi/ibmvscsi/srp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/ibmvscsi/srp.h b/drivers/scsi/ibmvscsi/srp.h index e952c1cd9740..2ae5154fd89c 100644 --- a/drivers/scsi/ibmvscsi/srp.h +++ b/drivers/scsi/ibmvscsi/srp.h | |||
@@ -28,6 +28,8 @@ | |||
28 | #ifndef SRP_H | 28 | #ifndef SRP_H |
29 | #define SRP_H | 29 | #define SRP_H |
30 | 30 | ||
31 | #define SRP_VERSION "16.a" | ||
32 | |||
31 | #define PACKED __attribute__((packed)) | 33 | #define PACKED __attribute__((packed)) |
32 | 34 | ||
33 | enum srp_types { | 35 | enum srp_types { |