OSDN Git Service

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)
commitd11b44eff113e2a848577ce58af6488f161b6f7d
tree9852297dabeb52076e8748658f351543d370c935
parent9ca1e182b9d1ef3f97718c4072a18a23dc47d4f9
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