commit | d629c47171ccc281bbb02507f9521a6125782e9b | [log] [tgz] |
---|---|---|
author | John Soni Jose <sony.john-n@emulex.com> | Sat Oct 20 04:42:00 2012 +0530 |
committer | James Bottomley <JBottomley@Parallels.com> | Tue Nov 27 08:59:35 2012 +0400 |
tree | a44162a31596ad10452f1a47d43d7e16333ce5ae | |
parent | 6763daae8fcf4d7581238385aa326f3dbe8f16c5 [diff] |
[SCSI] be2iscsi: Fix memory leak in control path of driver In contorl path of the driver the task was mapped using pci_map_single which was not unmapped when the completion for the task had come. Signed-off-by: John Soni Jose <sony.john-n@emulex.com> Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>