* [PATCH] scsi/ibmvscsi/srp.h: Fix a wrong type code used for SRP_LOGIN_REJ
@ 2005-07-15 22:49 Linda Xie
0 siblings, 0 replies; only message in thread
From: Linda Xie @ 2005-07-15 22:49 UTC (permalink / raw)
To: James Bottomley; +Cc: linux-scsi, Dave C Boutcher, linux-kernel, Santiago Leon
[-- Attachment #1: Type: text/plain, Size: 160 bytes --]
Hi James,
This patch fixes srp.h which uses 0x80 for SRP_LOGIN_REJ instead of
0xc2. Please apply.
Thanks,
Linda
Signed-off-by: Linda Xie <lxie@us.ibm.com
[-- Attachment #2: srp.patch --]
[-- Type: text/plain, Size: 480 bytes --]
diff -X ../dontdiff -purN large-sg/drivers/scsi/ibmvscsi/srp.h srp/drivers/scsi/ibmvscsi/srp.h
--- large-sg/drivers/scsi/ibmvscsi/srp.h 2005-06-24 17:32:27.000000000 -0500
+++ srp/drivers/scsi/ibmvscsi/srp.h 2005-07-15 17:36:45.000000000 -0500
@@ -35,7 +35,7 @@
enum srp_types {
SRP_LOGIN_REQ_TYPE = 0x00,
SRP_LOGIN_RSP_TYPE = 0xC0,
- SRP_LOGIN_REJ_TYPE = 0x80,
+ SRP_LOGIN_REJ_TYPE = 0xC2,
SRP_I_LOGOUT_TYPE = 0x03,
SRP_T_LOGOUT_TYPE = 0x80,
SRP_TSK_MGMT_TYPE = 0x01,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-15 23:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-15 22:49 [PATCH] scsi/ibmvscsi/srp.h: Fix a wrong type code used for SRP_LOGIN_REJ Linda Xie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).