]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: libfc: don't fail sequence abort for completed exchanges
authorHannes Reinecke <hare@suse.de>
Thu, 13 Oct 2016 13:10:51 +0000 (15:10 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 8 Nov 2016 22:29:52 +0000 (17:29 -0500)
commit041e6300dd2599d5e00a4daa0248c4b4c95e0caf
tree9852297dabeb52076e8748658f351543d370c935
parent7ea5b4bef1ae8bf8b34f0ab78a854cbd1daf7896
scsi: libfc: don't fail sequence abort for completed exchanges

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 <hare@suse.com>
Acked-by: Johannes Thumshirn <jth@kernel.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/libfc/fc_fcp.c