kernel-ark/drivers/s390/scsi
Christof Schmitt 9dfe1cc36b [SCSI] zfcp: Fix mempool pointer for GID_PN request allocation
When allocating memory for GID_PN nameserver requests, the allocation
function stores the pointer to the mempool, but then overwrites the
pointer via memset. Later, the wrong function to free the memory will
be called, since this is based on the stored pointer.

Fix this by first initializing the struct and then storing the pointer.

Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: Martin Peschke <mp3@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2008-06-05 09:27:13 -05:00
..
Makefile
zfcp_aux.c [SCSI] zfcp: Fix mempool pointer for GID_PN request allocation 2008-06-05 09:27:13 -05:00
zfcp_ccw.c [SCSI] zfcp: fix 31 bit compile warnings 2008-04-18 11:50:17 -05:00
zfcp_dbf.c [SCSI] zfcp: receiving an unsolicted status can lead to I/O stall 2008-06-05 09:27:13 -05:00
zfcp_dbf.h [SCSI] zfcp: fix compiler warning caused by poking inside new semaphore (linux-next) 2008-04-17 12:56:49 -05:00
zfcp_def.h [SCSI] zfcp: receiving an unsolicted status can lead to I/O stall 2008-06-05 09:27:13 -05:00
zfcp_erp.c [SCSI] zfcp: receiving an unsolicted status can lead to I/O stall 2008-06-05 09:27:13 -05:00
zfcp_ext.h [SCSI] zfcp: receiving an unsolicted status can lead to I/O stall 2008-06-05 09:27:13 -05:00
zfcp_fsf.c [SCSI] zfcp: receiving an unsolicted status can lead to I/O stall 2008-06-05 09:27:13 -05:00
zfcp_fsf.h [SCSI] zfcp: Track fabric and channel latencies provided by FCP adapter 2008-06-05 09:23:42 -05:00
zfcp_qdio.c [SCSI] zfcp: fix 31 bit compile warnings 2008-04-18 11:50:17 -05:00
zfcp_scsi.c [SCSI] zfcp: sysfs attributes for fabric and channel latencies 2008-06-05 09:23:44 -05:00
zfcp_sysfs_adapter.c [SCSI] zfcp: fix 31 bit compile warnings 2008-04-18 11:50:17 -05:00
zfcp_sysfs_driver.c
zfcp_sysfs_port.c [SCSI] zfcp: fix 31 bit compile warnings 2008-04-18 11:50:17 -05:00
zfcp_sysfs_unit.c [SCSI] zfcp: fix 31 bit compile warnings 2008-04-18 11:50:17 -05:00