From: Jayamohan Kallickal Date: Wed, 4 Apr 2012 04:41:42 +0000 (-0500) Subject: [SCSI] be2iscsi: Fix double free of MCCQ info memory. X-Git-Tag: v3.5-rc1~172^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8b25598dc587b321cf97ed192c2e83d7cdc128a;p=pandora-kernel.git [SCSI] be2iscsi: Fix double free of MCCQ info memory. In case of MCC_Q creation failed, the MCCQ info memory is freed from be_mcc_queues_destroy and be_mcc_queues_create. This caused kernel to panic because of double free. Signed-off-by: John Soni Jose Signed-off-by: Jayamohan Kallickal Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed