[SCSI] SCSI core kmalloc2kzalloc
authorJes Sorensen <jes@sgi.com>
Mon, 16 Jan 2006 15:31:18 +0000 (10:31 -0500)
committer <jejb@mulgrave.il.steeleye.com> <>
Tue, 28 Feb 2006 04:55:02 +0000 (22:55 -0600)
commit24669f75a3231fa37444977c92d1f4838bec1233
tree3b64076b7d031aa31b95caeb512fb7e68b5fd28f
parentb9a33cebac70d6f67a769ce8d4078fee2b254ada
[SCSI] SCSI core kmalloc2kzalloc

Change the core SCSI code to use kzalloc rather than kmalloc+memset
where possible.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
15 files changed:
drivers/scsi/hosts.c
drivers/scsi/scsi.c
drivers/scsi/scsi_debug.c
drivers/scsi/scsi_ioctl.c
drivers/scsi/scsi_lib.c
drivers/scsi/scsi_scan.c
drivers/scsi/scsi_transport_fc.c
drivers/scsi/scsi_transport_iscsi.c
drivers/scsi/scsi_transport_sas.c
drivers/scsi/scsi_transport_spi.c
drivers/scsi/sd.c
drivers/scsi/sg.c
drivers/scsi/sr.c
drivers/scsi/sr_ioctl.c
drivers/scsi/st.c