commit | c8b25598dc587b321cf97ed192c2e83d7cdc128a | [log] [tgz] |
---|---|---|
author | Jayamohan Kallickal <jayamohan.kallickal@emulex.com> | Tue Apr 03 23:41:42 2012 -0500 |
committer | James Bottomley <JBottomley@Parallels.com> | Wed Apr 25 09:09:22 2012 +0100 |
tree | 38e5042d777242db8950480ea11f072b880d67b6 | |
parent | b547f2d699c48e1defbbe7e9349d4bfca33bd219 [diff] |
[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 <sony.john-n@emulex.com> Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>