scsi: libfc: Do not drop out-of-order frames
authorHannes Reinecke <hare@suse.de>
Thu, 13 Oct 2016 13:10:52 +0000 (15:10 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 8 Nov 2016 22:29:52 +0000 (17:29 -0500)
commit53db8fa8a3b37d076f89bac67095e1381a2fb19a
treea27bd41bd094d1ac7ad8390ff6b4c91344b36206
parentd11b44eff113e2a848577ce58af6488f161b6f7d
scsi: libfc: Do not drop out-of-order frames

When receiving packets from the network we cannot guarantee any
frame ordering, so we should be receiving all valid frames and
let the upper layers deal with it.

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_exch.c