]> git.ipfire.org Git - people/arne_f/kernel.git/commit - drivers/scsi/be2iscsi/be_main.c
[SCSI] be2iscsi: Fix memory leak in control path of driver
authorJohn Soni Jose <sony.john-n@emulex.com>
Fri, 19 Oct 2012 23:12:00 +0000 (04:42 +0530)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 27 Nov 2012 04:59:35 +0000 (08:59 +0400)
commitd629c47171ccc281bbb02507f9521a6125782e9b
treea44162a31596ad10452f1a47d43d7e16333ce5ae
parent6763daae8fcf4d7581238385aa326f3dbe8f16c5
[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>
drivers/scsi/be2iscsi/be_main.c
drivers/scsi/be2iscsi/be_main.h