1
0
Fork 0
alistair23-linux/drivers/usb/mon
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 [PATCH] USB: ub documentation update 2005-08-04 21:32:46 -07:00
Makefile [PATCH] usbmon in 2.6.13: peeking into DMA areas 2005-09-08 16:28:36 -07:00
mon_dma.c [PATCH] USB: update usbmon, fix glued lines 2006-06-21 15:04:17 -07:00
mon_main.c usbmon: don't call mon_dmapeek if DMA isn't being used 2006-09-27 11:58:56 -07:00
mon_stat.c USB: Make file operations structs in drivers/usb const. 2006-09-27 11:58:52 -07:00
mon_text.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
usb_mon.h usbmon: don't call mon_dmapeek if DMA isn't being used 2006-09-27 11:58:56 -07:00