From: Hiral Shah Date: Mon, 10 Nov 2014 20:54:34 +0000 (-0800) Subject: Fnic: Improper resue of exchange Ids X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~21^2^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35061e21a1d29dc37ab28a50e82bfcf6de81b65d;p=pandora-kernel.git Fnic: Improper resue of exchange Ids IOs belonging to an rport are aborted with Internal terminate option when rport goes offline. Any new IO issued to the rport during this time can reuse the terminated exchange which will cause inconsistent state of the exchange between local port and remote port. fc_rport_priv is set to RPORT_ST_DELETE before exchanges are aborted by libfc. Not issuing amy more I/O requests when RPORT_ST_DELETE is set, will avoid inconsistent state of the exchange between local port and remote port. - Increment fnic version from 1.6.0.13 to 1.6.0.14 Signed-off-by: Hiral Shah Signed-off-by: Sesidhar Baddela Signed-off-by: Anil Chintalapati Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed