Re: [PATCH 12/22] libfc: don't fail sequence abort for completed exchanges

2016-08-04 Thread Johannes Thumshirn
On Wed, Aug 03, 2016 at 03:13:12PM +0200, Hannes Reinecke wrote: > If a sequence should be aborted the exchange might already > be completed (eg if the response is still queued in the rx > queue), so this shouldn't considered as an error. > > Signed-off-by: Hannes Reinecke Acked-by: Johannes Thu

[PATCH 12/22] libfc: don't fail sequence abort for completed exchanges

2016-08-03 Thread Hannes Reinecke
If a sequence should be aborted the exchange might already be completed (eg if the response is still queued in the rx queue), so this shouldn't considered as an error. Signed-off-by: Hannes Reinecke --- drivers/scsi/libfc/fc_fcp.c | 40 ++-- 1 file changed, 30