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
..
2006-09-25 09:26:04 -04:00
2006-09-05 10:39:21 -04:00
2006-10-20 09:13:40 -04:00
2006-10-20 09:13:40 -04:00
2006-09-25 09:26:04 -04:00
2006-09-05 10:39:21 -04:00
2006-09-25 09:26:04 -04:00
2006-09-25 09:26:04 -04:00
2006-11-22 14:57:56 +00:00
2006-09-21 17:05:23 -04:00
2006-11-06 08:59:42 -05:00
2006-09-25 09:26:04 -04:00
2006-09-25 09:26:04 -04:00
2006-10-20 09:13:40 -04:00
2006-09-05 10:39:21 -04:00
2006-12-07 08:39:25 -08:00
2006-09-04 16:16:45 -04:00
2006-10-02 11:24:43 -04:00
2006-10-03 21:03:35 -04:00
2006-09-25 09:26:04 -04:00
2006-10-12 17:10:15 -04:00
2006-09-05 10:39:21 -04:00
2006-12-07 08:39:25 -08:00
2006-12-07 08:39:25 -08:00