alistair23-linux/drivers/s390/scsi
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
..
Makefile [SCSI] zfcp: enhancement of zfcp debug features 2005-09-19 13:03:00 -05:00
zfcp_aux.c [SCSI] zfcp: introduce struct timer_list in struct zfcp_fsf_req 2006-09-23 18:01:23 -05:00
zfcp_ccw.c [SCSI] zfcp: remove zfcp_ccw_unregister function 2006-09-23 17:49:52 -05:00
zfcp_dbf.c [SCSI] zfcp: fix: use correct req_id in eh_abort_handler 2006-09-23 18:00:56 -05:00
zfcp_def.h [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
zfcp_erp.c [PATCH] drivers/s390 misc sparse annotations 2006-10-10 15:37:20 -07:00
zfcp_ext.h [SCSI] zfcp: fix: avoid removal of fsf reqs before qdio queues are down 2006-09-23 18:01:46 -05:00
zfcp_fsf.c [PATCH] slab: remove SLAB_ATOMIC 2006-12-07 08:39:24 -08:00
zfcp_fsf.h [SCSI] zfcp: (cleanup) removed superfluous macros, struct members, typedefs 2006-05-28 12:43:33 -04:00
zfcp_qdio.c [SCSI] zfcp: improve management of request IDs 2006-08-06 11:31:00 -05:00
zfcp_scsi.c [SCSI] zfcp: initialize scsi_host_template.max_sectors with appropriate value 2006-10-25 15:12:50 -07:00
zfcp_sysfs_adapter.c [SCSI] zfcp: (cleanup) shortened copyright and author information 2006-05-28 12:36:02 -04:00
zfcp_sysfs_driver.c [SCSI] zfcp: (cleanup) shortened copyright and author information 2006-05-28 12:36:02 -04:00
zfcp_sysfs_port.c [SCSI] zfcp: (cleanup) shortened copyright and author information 2006-05-28 12:36:02 -04:00
zfcp_sysfs_unit.c [SCSI] zfcp: (cleanup) shortened copyright and author information 2006-05-28 12:36:02 -04:00