RE: [PATCH 05/47] aacraid: enable sending of TMFs from aac_hba_send()

2017-06-29 Thread Raghava Aditya Renukunta
.kernel.org; > Hannes Reinecke ; Hannes Reinecke > Subject: [PATCH 05/47] aacraid: enable sending of TMFs from > aac_hba_send() > > EXTERNAL EMAIL > > > aac_hba_send() will return FAILED for any non-SCSI command requests, > failing any TMFs. This patch updates the

Re: [PATCH 05/47] aacraid: enable sending of TMFs from aac_hba_send()

2017-06-28 Thread Johannes Thumshirn
Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@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) Ke

[PATCH 05/47] aacraid: enable sending of TMFs from aac_hba_send()

2017-06-28 Thread Hannes Reinecke
aac_hba_send() will return FAILED for any non-SCSI command requests, failing any TMFs. This patch updates the check to allow TMFs. Signed-off-by: Hannes Reinecke --- drivers/scsi/aacraid/commsup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/aacraid/commsup.c