Add each vscsi host adatper to a new global list_head named
ibmvscsi_head. There is no functional change. This is meant primarily
as a convience for locating adatpers from within the debugger or crash
utility.
Signed-off-by: Tyrel Datwyler <redacted>
---
drivers/scsi/ibmvscsi/ibmvscsi.c | 3 +++
drivers/scsi/ibmvscsi/ibmvscsi.h | 1 +
2 files changed, 4 insertions(+)
@@ -90,6 +90,7 @@ struct event_pool {/* all driver data associated with a host adapter */structibmvscsi_host_data{+structlist_headhost_list;atomic_trequest_limit;intclient_migrated;intreset_crq;
An unrecogonized or unsupported SRP response has its opcode currently
logged in decimal format. Log it in hex format instead so it can easily
be validated against the SRP specs values which are in hex.
Signed-off-by: Tyrel Datwyler <redacted>
---
drivers/scsi/ibmvscsi/ibmvscsi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Johannes Thumshirn <hidden> Date: 2016-12-08 09:04:25
On Wed, Dec 07, 2016 at 04:04:36PM -0600, Tyrel Datwyler wrote:
An unrecogonized or unsupported SRP response has its opcode currently
logged in decimal format. Log it in hex format instead so it can easily
be validated against the SRP specs values which are in hex.
Signed-off-by: Tyrel Datwyler <redacted>
---
Looks good,
Reviewed-by: Johannes Thumshirn <redacted>
--
Johannes Thumshirn Storage
jthumshirn@suse.de +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850
From: Johannes Thumshirn <hidden> Date: 2016-12-08 09:04:25
On Wed, Dec 07, 2016 at 04:04:35PM -0600, Tyrel Datwyler wrote:
Add each vscsi host adatper to a new global list_head named
ibmvscsi_head. There is no functional change. This is meant primarily
as a convience for locating adatpers from within the debugger or crash
utility.
Signed-off-by: Tyrel Datwyler <redacted>
---
Looks good,
Reviewed-by: Johannes Thumshirn <redacted>
--
Johannes Thumshirn Storage
jthumshirn@suse.de +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850