From: Jayamohan Kallickal Date: Fri, 8 Aug 2014 05:00:01 +0000 (-0400) Subject: be2iscsi: Fix processing CQE before connection resources are freed X-Git-Tag: fixes-for-v3.18-merge-window~25^2^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7ab35b13379e709a2a1c3f1b3a59e5db62ce4e3;p=pandora-kernel.git be2iscsi: Fix processing CQE before connection resources are freed Driver should process the completion queue entries before a connection resources are freed. While running mixed traffic due to latency, driver processes the CQE after the connection resources are freed. This fix processes all the completion queue before the connection resources are freed. Signed-off-by: John Soni Jose Signed-off-by: Jayamohan Kallickal Reviewed-by: Mike Christie Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed