alistair23-linux/drivers/s390/block
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
..
dasd.c [PATCH] More work_struct induced breakage (s390) 2006-12-06 14:51:14 -08:00
dasd_3370_erp.c [S390] dasd whitespace and other cosmetics. 2006-06-29 14:58:12 +02:00
dasd_3990_erp.c [S390] dasd whitespace and other cosmetics. 2006-06-29 14:58:12 +02:00
dasd_9336_erp.c [S390] dasd whitespace and other cosmetics. 2006-06-29 14:58:12 +02:00
dasd_9343_erp.c [S390] dasd whitespace and other cosmetics. 2006-06-29 14:58:12 +02:00
dasd_devmap.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
dasd_diag.c [S390] irq change build fixes. 2006-10-06 16:38:35 +02:00
dasd_diag.h [S390] dasd whitespace and other cosmetics. 2006-06-29 14:58:12 +02:00
dasd_eckd.c [PATCH] slab: remove SLAB_DMA 2006-12-07 08:39:24 -08:00
dasd_eckd.h [S390] add PAV support to the dasd driver. 2006-06-29 15:08:18 +02:00
dasd_eer.c [S390] __exit cleanup. 2006-09-20 15:59:12 +02:00
dasd_erp.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
dasd_fba.c [PATCH] slab: remove SLAB_DMA 2006-12-07 08:39:24 -08:00
dasd_fba.h [S390] dasd whitespace and other cosmetics. 2006-06-29 14:58:12 +02:00
dasd_genhd.c [S390] dasd: fix device shutdown process. 2006-08-30 14:33:33 +02:00
dasd_int.h [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
dasd_ioctl.c [S390] Fix sparse warnings. 2006-07-12 16:41:55 +02:00
dasd_proc.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
dcssblk.c [PATCH] s390: kzalloc() conversion in drivers/s390 2006-03-24 07:33:18 -08:00
Kconfig [PATCH] BLOCK: Make it possible to disable the block layer [try #6] 2006-09-30 20:52:31 +02:00
Makefile [PATCH] s390: dasd extended error reporting 2006-03-24 07:33:17 -08:00
xpram.c [S390] Inline assembly cleanup. 2006-09-28 16:56:43 +02:00