alistair23-linux/drivers/scsi/qla2xxx
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t
Replace all uses of kmem_cache_t with struct kmem_cache.

The patch was generated using the following script:

	#!/bin/sh
	#
	# Replace one string by another in all the kernel sources.
	#

	set -e

	for file in `find * -name "*.c" -o -name "*.h"|xargs grep -l $1`; do
		quilt add $file
		sed -e "1,\$s/$1/$2/g" $file >/tmp/$$
		mv /tmp/$$ $file
		quilt refresh
	done

The script was run like this

	sh replace kmem_cache_t "struct kmem_cache"

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-07 08:39:25 -08:00
..
Kconfig [SCSI] qla2xxx: Remove obsolete firmware-loader-module support. 2006-05-20 09:49:13 -05:00
Makefile [SCSI] qla2xxx: Remove obsolete firmware-loader-module support. 2006-05-20 09:49:13 -05:00
qla_attr.c [SCSI] qla2xxx: use NULL instead of 0 2006-12-03 09:24:01 -06:00
qla_dbg.c [SCSI] qla2xxx: Rework firmware-trace facilities. 2006-06-26 16:20:44 -05:00
qla_dbg.h [SCSI] Maintain module-parameter name consistency with qla2xxx/qla4xxx. 2006-10-25 15:12:17 -07:00
qla_def.h [SCSI] qla2xxx: Correct QUEUE_FULL handling. 2006-10-25 15:13:08 -07:00
qla_devtbl.h [SCSI] qla2xxx: Resync with latest HBA SSID specification -- 2.2j. 2006-06-26 16:21:25 -05:00
qla_fw.h [SCSI] qla2xxx: Correctly set the firmware NOS/OLS timeout during initialization. 2006-06-26 16:25:34 -05:00
qla_gbl.h [SCSI] qla2xxx: Correct QUEUE_FULL handling. 2006-10-25 15:13:08 -07:00
qla_gs.c [SCSI] qla2xxx: Add support for system hostname FC transport attribute. 2006-10-03 17:28:46 -05:00
qla_init.c [SCSI] qla2xxx: defer topology discovery to DPC thread during initialization. 2006-11-22 16:43:16 -06:00
qla_inline.h IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
qla_iocb.c [SCSI] qla2xxx: Correct endianess problem while issuing a Marker IOCB on ISP24xx. 2006-08-06 11:29:45 -05:00
qla_isr.c [SCSI] qla2xxx: Correct QUEUE_FULL handling. 2006-10-25 15:13:08 -07:00
qla_mbx.c [SCSI] qla2xxx: Add iIDMA support. 2006-10-03 17:28:38 -05:00
qla_os.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
qla_settings.h [SCSI] qla2xxx: Drop unused driver cruft. 2006-05-20 09:43:22 -05:00
qla_sup.c [SCSI] qla2xxx: make some functions static 2006-11-15 16:42:35 -06:00
qla_version.h [SCSI] qla2xxx: Update version number to 8.01.07-k3. 2006-10-25 15:13:12 -07:00